Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Oh My Zsh
Commits
b35d78f2
Commit
b35d78f2
authored
Oct 02, 2015
by
Will Weaver
Browse files
Add Git Hubflow aliases
parent
a9c88209
Changes
1
Hide whitespace changes
Inline
Side-by-side
plugins/git-hubflow/git-hubflow.plugin.zsh
View file @
b35d78f2
...
@@ -20,6 +20,13 @@
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment