Merge pull request #4292 from cxbig/master

improved alias conflict between git flow & git fetch
master
Robby Russell 11 years ago
commit 869b1046a4
  1. 2
      plugins/git-flow/git-flow.plugin.zsh

@ -21,7 +21,7 @@
# #
#Alias #Alias
alias gf='git flow' alias gfl='git flow'
alias gcd='git checkout develop' alias gcd='git checkout develop'
alias gch='git checkout hotfix' alias gch='git checkout hotfix'
alias gcr='git checkout release' alias gcr='git checkout release'

Loading…
Cancel
Save