Skip to content

Instantly share code, notes, and snippets.

@davisonio
Last active February 5, 2016 18:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davisonio/520fe7177e512021eb11 to your computer and use it in GitHub Desktop.
Save davisonio/520fe7177e512021eb11 to your computer and use it in GitHub Desktop.
Merge a GitHub PR without a merge commt
git checkout master
curl http://github.com/user/repo/pull/1.patch | git am
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment