Browse Source

Merge pull request #4292 from cxbig/master

improved alias conflict between git flow & git fetch
Robby Russell 9 years ago
parent
commit
869b1046a4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      plugins/git-flow/git-flow.plugin.zsh

+ 1 - 1
plugins/git-flow/git-flow.plugin.zsh

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