mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
Merge pull request #4292 from cxbig/master
improved alias conflict between git flow & git fetch
This commit is contained in:
commit
869b1046a4
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
#Alias
|
#Alias
|
||||||
alias gf='git flow'
|
alias gfl='git flow'
|
||||||
alias gcd='git checkout develop'
|
alias gcd='git checkout develop'
|
||||||
alias gch='git checkout hotfix'
|
alias gch='git checkout hotfix'
|
||||||
alias gcr='git checkout release'
|
alias gcr='git checkout release'
|
||||||
|
|
Loading…
Reference in a new issue