Merge pull request #4292 from cxbig/master

improved alias conflict between git flow & git fetch
This commit is contained in:
Robby Russell 2015-08-30 21:32:45 -07:00
commit 869b1046a4

View File

@ -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'