0
0
Fork 0
mirror of https://github.com/ohmyzsh/ohmyzsh.git synced 2024-09-19 04:01:21 +02:00

improved alias conflict between git flow & git fetch

This commit is contained in:
cxbig 2015-08-29 01:35:41 +02:00
parent 192de6bcff
commit acf6039ff3

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'