nvie / gitflow

Git extensions to provide high-level repository operations for Vincent Driessen's branching model.
http://nvie.com/posts/a-successful-git-branching-model/
Other
26.63k stars 2.66k forks source link

FR: implement option to start sub branch #437

Open KES777 opened 8 years ago

KES777 commented 8 years ago

It will be useful to have an option to start/stop branches from the current one (not develop). When I start main feature branch this option will allow to divide its implementation by sub branches

petervanderdoes commented 8 years ago

This is implemented in my fork git-flow (AVH Edition) The last commit in the repository was on Sep 25, 2012, the last release was on on Feb 14, 2011, it seems this version of git-flow has been abandoned.

Debian and Ubuntu both, have switched to my fork for the package git-flow. If you installed git-flow through their system you are most likely to be using my version already.

Checkout the changelog for more information about bugfixes and new features implemented in my fork.