Last active
June 7, 2022 15:27
-
-
Save magnoahlia/fd8cf8e54be1928f5494f5ff11bad75e to your computer and use it in GitHub Desktop.
Git push typo aliases
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
# In .gitconfig | |
[alias] | |
# other aliases here... | |
# typos | |
psuh = "!psuh() { echo 'psuh dude 🤙'; git push; }; psuh" | |
ush = "!ush() { echo 'what would you do without yourself? 🙄'; git push; }; ush" | |
# In .bashrc/.zshrc/etc | |
alias gitp=git |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment