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 the possibility to directly start a feature from another one #35

Open geoffroy-aubry opened 12 years ago

geoffroy-aubry commented 12 years ago

Start a new feature F1 (from last tag) and merge F2 into F1: twgit feature start F1 F2

ltoussaint commented 11 years ago

It could be useful to start new feature F1 from feature F2 but without creating F1 from the last tag.

Niboul commented 10 years ago

If feature F2 was started from feature F1, and if feature F1 has evolved, it could be useful to suggest (or make it automatically) the merge when making a git pull.

Maybe the feature F1 can have many feature child..

ltoussaint commented 10 years ago

It's a good point.

think we should only suggest the merge, like done after closing a hotfix when a release already exists.

geoffroy-aubry commented 10 years ago

:+1: