Add alias gmv
This will enable the ability to rename a branch using bash-it git aliaspull/917/head
parent
7f0e2c352d
commit
3679bc2e5b
|
|
@ -41,6 +41,7 @@ alias gci='git commit --interactive'
|
||||||
alias gb='git branch'
|
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 gmv='git branch -m'
|
||||||
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