update git aliases
This commit is contained in:
parent
e91209cdf2
commit
98783a4453
1 changed files with 2 additions and 1 deletions
3
zshrc
3
zshrc
|
|
@ -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'
|
||||
|
|
|
|||
Loading…
Reference in a new issue