Skip to content

HubFlow: A Git extension to make it easy to use GitFlow with GitHub. Based on the original gitflow extension for git.

License

Notifications You must be signed in to change notification settings

TargetProcess/gitflow

 
 

Repository files navigation

HubFlow

Adds the 'git hf' Git extension to provide high-level repository operations for DataSift's HubFlow branching model, which is based on Vincent Driessen’s original blog post.

Installation

Execute these lines outside TP trunk using CMD.exe. Your Git.ext should be added to path!

git clone https://github.com/TargetProcess/gitflow.git --recursive
cd gitflow\contrib
msysgit-install.cmd "c:\Program Files (x86)\Git"

Goto your trunk and execute following lines:

git fetch
git checkout -B develop origin/develop
git hf init

git hf init could fail on uploading - it is ok. And now you can use git flow from console.

Getting Started

See our tutorial website to learn more about the GitFlow branching model and how to use the HubFlow tools.

Changelog

To see what's new in each release, see our Changelog.

License Terms

HubFlow is published under the liberal terms of the BSD License, see the LICENSE file. Although the BSD License does not require you to share any modifications you make to the source code, you are very much encouraged and invited to contribute back your modifications to the community, preferably in a Github fork, of course.

About

HubFlow: A Git extension to make it easy to use GitFlow with GitHub. Based on the original gitflow extension for git.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 77.3%
  • Batchfile 22.7%