Skip to content

Instantly share code, notes, and snippets.

@crilleengvall
Last active April 8, 2018 10:39
Show Gist options
  • Save crilleengvall/6396835 to your computer and use it in GitHub Desktop.
Save crilleengvall/6396835 to your computer and use it in GitHub Desktop.
Git un-apply a stash
git config --global alias.stash-unapply '!git stash show -p | git apply -R'
git stash show -p | git apply -R
git stash-unapply
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment