Back to Ohmyzsh

git-hubflow plugin

plugins/git-hubflow/README.md

latest1.2 KB
Original Source

git-hubflow plugin

This plugin adds completion for HubFlow (GitFlow for GitHub), as well as some aliases for common commands. HubFlow is a git extension to make it easy to use GitFlow with GitHub. Based on the original gitflow extension for git.

The hubflow tool has to be installed separately.

To use it, add git-hubflow to the plugins array in your zshrc file:

zsh
plugins=(... git-hubflow)

Aliases

AliasCommandDescription
ghfgit hfPrint command overview
ghffgit hf featureManage your feature branches
ghfrgit hf releaseManage your release branches
ghfhgit hf hotfixManage your hotfix branches
ghfsgit hf supportManage your support branches
ghfugit hf updatePull upstream changes down into your master and develop branches