update git aliases

This commit is contained in:
Sami Samhuri 2015-08-17 15:15:57 -07:00
parent e91209cdf2
commit 98783a4453

3
zshrc
View file

@ -218,7 +218,6 @@ alias irb='irb --readline -r irb/completion'
# git
if command_exists git; then
alias a='git add'
alias b='git branch'
alias c='git commit'
alias cam='git commit -a -m'
alias co='git checkout'
@ -229,10 +228,12 @@ if command_exists git; then
alias ds='git diff --stat'
alias ecf='git edit-conflicted-files mate'
alias f='git fetch'
alias gh='git open-in-github'
alias glo='git log --oneline --decorate'
alias gls='git log --stat'
alias gup='git update'
alias m='git merge'
alias pfb='git push-feature-branch'
alias rmb='git remove-merged-branches'
alias s='git status -sb'
alias st='git stash'