Skip to content

Instantly share code, notes, and snippets.

@cosmith
Created January 11, 2014 21:38
Show Gist options
  • Save cosmith/8377276 to your computer and use it in GitHub Desktop.
Save cosmith/8377276 to your computer and use it in GitHub Desktop.
Patch creation process for mutt
git checkout -b tmpsquash
git reset --hard {commit}
git merge --squash master
git commit
git format-patch master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment