Merge pull request #1023 from icanhazstring/patch-3
Propose new alias for git branch deletionpull/1029/head
commit
acb98c34ca
|
|
@ -44,6 +44,8 @@ alias gb='git branch'
|
||||||
alias gba='git branch -a'
|
alias gba='git branch -a'
|
||||||
alias gbt='git branch --track'
|
alias gbt='git branch --track'
|
||||||
alias gbm='git branch -m'
|
alias gbm='git branch -m'
|
||||||
|
alias gbd='git branch -d'
|
||||||
|
alias gbD='git branch -D'
|
||||||
alias gcount='git shortlog -sn'
|
alias gcount='git shortlog -sn'
|
||||||
alias gcp='git cherry-pick'
|
alias gcp='git cherry-pick'
|
||||||
alias gco='git checkout'
|
alias gco='git checkout'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue