Browse Source

improved alias conflict between git flow & git fetch

cxbig 8 years ago
parent
commit
acf6039ff3
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'