mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-12-29 01:39:01 +01:00
Merge pull request #4445 from wweaver/git-hf-aliases
Add Git Hubflow aliases
This commit is contained in:
commit
867d586253
@ -20,6 +20,13 @@
|
|||||||
# c. Or, use this file as an oh-my-zsh plugin.
|
# c. Or, use this file as an oh-my-zsh plugin.
|
||||||
#
|
#
|
||||||
|
|
||||||
|
alias ghf='git hf'
|
||||||
|
alias ghff='git hf feature'
|
||||||
|
alias ghfr='git hf release'
|
||||||
|
alias ghfh='git hf hotfix'
|
||||||
|
alias ghfs='git hf support'
|
||||||
|
alias ghfu='git hf update'
|
||||||
|
|
||||||
_git-hf ()
|
_git-hf ()
|
||||||
{
|
{
|
||||||
local curcontext="$curcontext" state line
|
local curcontext="$curcontext" state line
|
||||||
|
Loading…
Reference in New Issue
Block a user