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'.
Written by Joshua Kovach
Related protips
1 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
·
Have a fresh tip? Share with Coderwall community!
Post
Post a tip
Best
#Git
Authors
khasinski
591.1K
dmichaelavila
500.4K
Related Tags
#git
Sponsored by #native_company# — Learn More
#native_title#
#native_desc#