Skip to content

Instantly share code, notes, and snippets.

@zflat
Created October 21, 2016 16:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zflat/9db471d675c06f8ab9a6c8fa46247ba0 to your computer and use it in GitHub Desktop.
Save zflat/9db471d675c06f8ab9a6c8fa46247ba0 to your computer and use it in GitHub Desktop.
Save all stashes as patch files
git stash list | awk '{b= gensub(" ", "_", "g", $0); system("git stash show -p " substr($1, 0, length($1)-1) " > ~/Desktop/" b ".diff")}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment