Skip to content

Instantly share code, notes, and snippets.

@gasp
Created August 6, 2020 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gasp/ef0e4a7b1d255ad4dd87fe570ecfa418 to your computer and use it in GitHub Desktop.
Save gasp/ef0e4a7b1d255ad4dd87fe570ecfa418 to your computer and use it in GitHub Desktop.
if [ "$1" == "stash" -a "$2" == "poop" ]
then
command git stash pop
echo "
) )
( ) (
) _ )
( \_
_(_\ \)__
(____\___))"
else
command git "$@"
fi;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment