-
-
Save werty1st/bd228332e4780ef1bab64fa8d205a09a to your computer and use it in GitHub Desktop.
Git command to rename the origin to upstream when you just forked a project
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
git remote rename origin upstream | |
git add remote origin [email protected]:user/fork.git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment