mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-01 04:30:37 +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
|
# hotfix
|
||||||
alias gflh='git flow hotfix'
|
alias gflh='git flow hotfix'
|
||||||
alias gflh='git checkout hotfix'
|
alias gch='git checkout hotfix'
|
||||||
alias gflhs='git flow hotfix start'
|
alias gflhs='git flow hotfix start'
|
||||||
alias gflhf='git flow hotfix finish'
|
alias gflhf='git flow hotfix finish'
|
||||||
|
alias gflhl='git flow hotfix list'
|
||||||
|
|
||||||
# release
|
# release
|
||||||
alias gflr='git flow release'
|
alias gflr='git flow release'
|
||||||
alias gcr='git checkout release'
|
alias gcr='git checkout release'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue