Created
April 3, 2011 19:42
-
-
Save czarneckid/900703 to your computer and use it in GitHub Desktop.
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
$ cd GitHub-Project | |
$ git remote add upstream git://github.com/someuser/GitHub-Project.git | |
$ git fetch upstream | |
$ git merge upstream/master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment