Merge pull request #4292 from cxbig/master

improved alias conflict between git flow & git fetch
pull/3222/merge
Robby Russell 2015-08-30 21:32:45 -07:00
commit 869b1046a4
1 changed files with 1 additions and 1 deletions

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'