$ 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"
https://github.com/robbyrussell/oh-my-zsh/blob/master/plugin...