-
-
Save raghunandankavi2010/99e5239ab7519fcbe26d325399d25ec0 to your computer and use it in GitHub Desktop.
adding remote repo as 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
# Add a new remote upstream repository | |
git remote add upstream https://github.com/ORIGINAL_OWNER/ORIGINAL_REPOSITORY.git | |
# Sync your fork | |
git fetch upstream | |
git checkout master | |
git merge upstream/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment