Skip to content

Instantly share code, notes, and snippets.

@ntratcliff
Last active June 7, 2022 15:27
Show Gist options
  • Save ntratcliff/fd8cf8e54be1928f5494f5ff11bad75e to your computer and use it in GitHub Desktop.
Save ntratcliff/fd8cf8e54be1928f5494f5ff11bad75e to your computer and use it in GitHub Desktop.
Git push typo aliases
# 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