Skip to content

Instantly share code, notes, and snippets.

@dsci
Created April 13, 2012 13:42
Show Gist options
  • Select an option

  • Save dsci/2376940 to your computer and use it in GitHub Desktop.

Select an option

Save dsci/2376940 to your computer and use it in GitHub Desktop.
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