Skip to content

Instantly share code, notes, and snippets.

@alvin2ye
Created August 17, 2009 02:14
Show Gist options
  • Save alvin2ye/168847 to your computer and use it in GitHub Desktop.
Save alvin2ye/168847 to your computer and use it in GitHub Desktop.
merge git version
$ git remote add -f defunkt git://github.com/defunkt/grit.git
$ git checkout -b defunkt/master
$ git pull defunkt master:4f0ea0c
$ git checkout master
$ git merge defunkt/master
$ git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment