Skip to content

Instantly share code, notes, and snippets.

@smmoosavi
Created April 21, 2015 04:29
Show Gist options
  • Save smmoosavi/8f1b94a15ef90a8d65e0 to your computer and use it in GitHub Desktop.
Save smmoosavi/8f1b94a15ef90a8d65e0 to your computer and use it in GitHub Desktop.
Git patch

src:

git format-patch -n 021467b # commit hash

dist:

git am *.patch --committer-date-is-author-date
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment