Skip to content

Instantly share code, notes, and snippets.

@serjKim
Created October 6, 2022 07:45
Show Gist options
  • Save serjKim/f2daf1bbf6d5891700261d84556b668f to your computer and use it in GitHub Desktop.
Save serjKim/f2daf1bbf6d5891700261d84556b668f to your computer and use it in GitHub Desktop.
Create/Apply git patch
git stash show -p -u stash@{0} > Stash0.patch
git apply Stash0.patch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment