Created
August 6, 2020 13:36
-
-
Save gasp/ef0e4a7b1d255ad4dd87fe570ecfa418 to your computer and use it in GitHub Desktop.
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
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