Skip to content

Instantly share code, notes, and snippets.

@alanshaw
Created July 19, 2017 11:59
Show Gist options
  • Save alanshaw/100b812bb699ce1640906c002ca1a3e8 to your computer and use it in GitHub Desktop.
Save alanshaw/100b812bb699ce1640906c002ca1a3e8 to your computer and use it in GitHub Desktop.
Git email
# Create a patch file for the last 3 commits
git format-patch -3
# Apply patch file
git apply [filename]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment