Created
November 13, 2012 20:52
-
-
Save zats/4068316 to your computer and use it in GitHub Desktop.
Updating fork from original repository
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
# Adding original repository as a fork | |
git remote add --track master forked_from git://github.com/user/repo.git | |
# Fetch from remote called forked_from | |
git fetch forked_from | |
# Merging codeabase | |
git merge forked_from/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment