Created
January 11, 2014 21:38
-
-
Save cosmith/8377276 to your computer and use it in GitHub Desktop.
Patch creation process for mutt
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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