add some more git aliases
This commit is contained in:
parent
5e8e69326b
commit
7034ca0295
1 changed files with 2 additions and 0 deletions
|
|
@ -228,6 +228,7 @@ if command_exists git; then
|
|||
alias chp='git cherry-pick'
|
||||
alias d='git diff'
|
||||
alias dc='git diff --cached'
|
||||
alias dmcr='git diff-merge-conflict-resolution'
|
||||
alias ds='git diff --stat'
|
||||
alias f='git fetch'
|
||||
alias gl='git log'
|
||||
|
|
@ -235,6 +236,7 @@ if command_exists git; then
|
|||
alias gls='git log --stat'
|
||||
alias gup='git update'
|
||||
alias m='git merge'
|
||||
alias rmb='git remove-merged-branches'
|
||||
alias s='git status -sb'
|
||||
alias st='git stash'
|
||||
alias stl='git stash list'
|
||||
|
|
|
|||
Loading…
Reference in a new issue