Created
April 28, 2015 13:58
-
-
Save creative-quant/e22c5e7ae7e1ef461bc5 to your computer and use it in GitHub Desktop.
gitconfig
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[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