Skip to content

Instantly share code, notes, and snippets.

@ypereirareis
Created March 3, 2015 11:07
Show Gist options
  • Save ypereirareis/1afa9475de8915fb2332 to your computer and use it in GitHub Desktop.
Save ypereirareis/1afa9475de8915fb2332 to your computer and use it in GitHub Desktop.
Funny git stash forOSX
[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