Last Updated: February 25, 2016
·
4.944K
· Stereobit

alias "gti=git"

The most important part of my .bash_profile:

alias "gti=git"

3 Responses
Add your response

You can have this with a funny animation, just have a look at this project on github:
https://github.com/rwos/gti

over 1 year ago ·

I typo my status alias "git st" as "gits t" enough that this is in my .bashrc now:

gits() { if [[ $@ == "t" ]]; then command git st | more; fi; }

over 1 year ago ·

even better version:
alias "g=git"

over 1 year ago ·