Skip to content

Instantly share code, notes, and snippets.

@v1talii-dev
Created April 1, 2019 13:51
Show Gist options
  • Save v1talii-dev/dbe9d4b8891beb6f29dc01bae3388f9f to your computer and use it in GitHub Desktop.
Save v1talii-dev/dbe9d4b8891beb6f29dc01bae3388f9f to your computer and use it in GitHub Desktop.
Git patches

Create patch

git format-patch -7 HEAD --stdout > 0001-last-10-commits.patch

Apply patch

git am --keep-cr 000*-*.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment