Comment on Announcing gitsh: A dedicated shell for git commandsparentComments−rahij12yYes, I use it too! Saves me a lot of time. $ cat ~/.bash_profile | grep git alias gco="git checkout" alias gpu="git pull" alias gcom="git commit" alias gfr="git fetch && git rebase -i" alias g="git"−anamexis12yFor people using oh-my-zsh, the git plugin has similar ones and quite a few more handy ones.https://github.com/robbyrussell/oh-my-zsh/blob/master/plugin...
Comments
Yes, I use it too! Saves me a lot of time.
For people using oh-my-zsh, the git plugin has similar ones and quite a few more handy ones.
https://github.com/robbyrussell/oh-my-zsh/blob/master/plugin...