Commit graph

5 commits

Author SHA1 Message Date
Michael Nikitochkin
a1f52fb81e Merge 9b95c98d0a into 5667161d49 2017-04-25 06:36:03 +00:00
Will Weaver
b35d78f2f8 Add Git Hubflow aliases 2015-10-02 08:14:06 -04:00
Josh Sherman
49549d9558 Update git-hubflow.plugin.zsh 2015-01-20 21:25:07 -05:00
Michael Nikitochkin
9b95c98d0a 🐼 Updated autocomplete list of hubflow
`git hf help` return:

```
usage: git hf <subcommand>

Available subcommands are:
   init      Initialize a new git repo with support for the branching model.
   feature   Manage your feature branches.
   release   Manage your release branches.
   hotfix    Manage your hotfix branches.
   push      Push the changes from your current branch (plus any new tags) back upstream.
   pull      Pull upstream changes down into your master, develop, and current branches.
   update    Pull upstream changes down into your master and develop branches.
   version   Shows version information.

Try 'git hf <subcommand> help' for details.
```

Added missed `help`, `push` and `pull` subcommands.
2014-02-13 10:37:55 +02:00
Will Weaver
1b4393fbb6 Add autocomplete for git "hubflow"
This was copied from the git-flow plugin and necessary changes made for the additional features.

http://dev.datasift.com/blog/hubflow-github-and-gitflow-model-together

HubFlow is git flow with additional features to help with use of github.
2012-11-28 08:09:25 -05:00