Created
July 17, 2017 08:57
-
-
Save jazio/84c834a720875b4e389c703d473ab3f7 to your computer and use it in GitHub Desktop.
Keeping a fork up to date
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]:YOUR-USERNAME/YOUR-FORKED-REPO.git | |
cd into/cloned/fork-repo | |
git remote add upstream git://github.com/ORIGINAL-DEV-USERNAME/REPO-YOU-FORKED-FROM.git | |
git fetch upstream | |
git pull upstream master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment