mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-11 00:10:08 +00:00
improved alias conflict between git flow & git fetch
This commit is contained in:
parent
192de6bcff
commit
acf6039ff3
1 changed files with 1 additions and 1 deletions
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue