Created
March 3, 2015 11:07
-
-
Save ypereirareis/1afa9475de8915fb2332 to your computer and use it in GitHub Desktop.
Funny git stash forOSX
This file contains 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] | |
stashstash = "!f() { STASH=$(git stash); echo \"\\033[0;31mKouroukoukou roukoukou stash stash\\033[0m\"; echo \"$STASH\"; open \"http://www.youtube.com/watch?v=LpE1bJp8-4w&feature=youtu.be&t=47s\" > /dev/null 2>&1 & }; f" | |
satsh = !git stashstash |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment