Add alias gmv

This will enable the ability to rename a branch using bash-it git alias
pull/917/head
Andreas Frömer 2017-03-13 13:36:53 +01:00
parent 7f0e2c352d
commit 3679bc2e5b
1 changed files with 1 additions and 0 deletions

View File

@ -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'