Commit graph

2 commits

Author SHA1 Message Date
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