-
-
Save snsinfu/9088a2590f83154927b768ee7c9533b5 to your computer and use it in GitHub Desktop.
Sync forked git repository to upstream
This file contains hidden or 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 clone [email protected]:example/fork.git | |
# git remote add upstream https://github.com/example/upstream.git | |
git pull upstream master | |
git push origin master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment