Last Updated: February 25, 2016
·
673
· shekibobo

alias g='git'

alias gti='git'? Well why not 'tgi', 'gist', 'tig', or any other permutation.

Save yourself some time and just alias it to 'g'.

1 Response
Add your response

Indeed. I have a bunch of time-saving aliases in my bashrc:

alias g=git
alias co='git checkout'
alias ci='git commit'
alias plm='git pull origin master'
alias pom='git push origin master'
alias p='git_push'
alias po='git_push origin'
alias pl='git_pull'
alias plo='git_pull origin'
alias cl='git clone'
alias gd='git diff'
alias ga='git add'
alias gs='git status'
over 1 year ago ·