浏览代码

Merge pull request #4292 from cxbig/master

improved alias conflict between git flow & git fetch
Robby Russell 9 年之前
父节点
当前提交
869b1046a4
共有 1 个文件被更改,包括 1 次插入1 次删除
  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'