mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-24 04:29:25 +02:00
rename alias for pull request
This commit is contained in:
parent
ee15a67b56
commit
a9916468f2
1 changed files with 3 additions and 3 deletions
|
|
@ -25,9 +25,9 @@ alias gfl='git flow'
|
|||
alias gcd='git checkout develop'
|
||||
alias gch='git checkout hotfix'
|
||||
alias gcr='git checkout release'
|
||||
alias gff='git flow feature'
|
||||
alias gfh='git flow hotfix'
|
||||
alias gfr='git flow release'
|
||||
alias gflf='git flow feature'
|
||||
alias gflh='git flow hotfix'
|
||||
alias gflr='git flow release'
|
||||
|
||||
_git-flow ()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue