alias "gti=git"
The most important part of my .bash_profile:
alias "gti=git"
Written by Tobias Otte
Related protips
3 Responses
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
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Shell
Authors
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#