Merge pull request #917 from icanhazstring/feature/git-branch-move

Add alias gmv
pull/919/head
Nils Winkler 2017-03-14 08:02:24 +01:00 committed by GitHub
commit 267763700f
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 gba='git branch -a'
alias gbt='git branch --track'
alias gmv='git branch -m'
alias gcount='git shortlog -sn'
alias gcp='git cherry-pick'
alias gco='git checkout'