Created
April 13, 2012 13:42
-
-
Save dsci/2376940 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
| git fetch <REMOTE_REPO> master:<YOUR_NEW_REMOTE_REPO_BRANCH> | |
| # Now you can do | |
| # | |
| # git checkout <YOUR_NEW_REMOTE_REPO_BRANCH> | |
| # git merge <YOUR_NEW_REMOTE_REPO_BRANCH> | |
| # | |
| # and so on ... |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment