1
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-21 15:30:09 +00:00

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'