Twenga / twgit

Twgit is a free and open source assisting tools for managing features, hotfixes and releases on Git repositories. It provides simple, high-level commands to adopt the branching model describes in our documentation. Supported OS: Debian/Ubuntu Linux, Mac OS X 10.8 (Mountain Lion) or lower.
http://twgit.twenga.com/
Other
111 stars 34 forks source link

Add twgit feature merge-into-hotfix #125

Closed sasux closed 9 years ago

sasux commented 10 years ago

Could it be possible to add the possibility as for a release to add a feature intot an hotfix by a simple command line

vchabot commented 10 years ago

Indeed, I think it could be a good thing to merge a feature into an hotfix with a command like 'twgit feature merge-into-hotfix'.

:+1:

ltoussaint commented 10 years ago

I'm not sure it's really a good thing. Logically, hotfix should be used to quickly fix a bug in production and should concern a unique problem.

As mentionned in the documentation : https://github.com/Twenga/twgit/wiki/Workflow#wiki-3.7.hotfix "Un hotix ne doit concerner que quelques lignes" (it could be interesting to translate documentation in english ;) )

So, logically, we shouldn't need to merge another branch in a hotifx.

ltoussaint commented 10 years ago

Duplicate an old issue #3 I close the old one

geoffroy-aubry commented 9 years ago

@ltoussaint good job ;-)