Skip to content

Instantly share code, notes, and snippets.

@creative-quant
Created April 28, 2015 13:58
Show Gist options
  • Save creative-quant/e22c5e7ae7e1ef461bc5 to your computer and use it in GitHub Desktop.
Save creative-quant/e22c5e7ae7e1ef461bc5 to your computer and use it in GitHub Desktop.
gitconfig
[alias]
sstash = "!f() { git stash save $1; }; f"
sshow = "!f() { echo $@; git stash show stash^{/$*} -p; }; f"
sapply = "!f() { git stash apply stash^{/$*}; }; f"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment