mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
add alias
This commit is contained in:
parent
0ee301aa63
commit
65775aa0c1
2 changed files with 3 additions and 2 deletions
Binary file not shown.
|
|
@ -35,10 +35,11 @@
|
|||
|
||||
# hotfix
|
||||
alias gflh='git flow hotfix'
|
||||
alias gflh='git checkout hotfix'
|
||||
alias gch='git checkout hotfix'
|
||||
alias gflhs='git flow hotfix start'
|
||||
alias gflhf='git flow hotfix finish'
|
||||
|
||||
alias gflhl='git flow hotfix list'
|
||||
|
||||
# release
|
||||
alias gflr='git flow release'
|
||||
alias gcr='git checkout release'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue