Skip to content

Instantly share code, notes, and snippets.

@j1n6
Created September 28, 2010 21:29
Show Gist options
  • Save j1n6/601819 to your computer and use it in GitHub Desktop.
Save j1n6/601819 to your computer and use it in GitHub Desktop.
cd <project directory>
git remote add mergername <remote repository url>
git pull mergername <local branch name>
git push origin <local branch name>
git remote rm mergername
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment