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 release update #148

Open vchabot opened 10 years ago

vchabot commented 10 years ago

Hello,

I thought to a feature which could be useful in some cases: When you have x features in your release, and you need to merge them in the release, instead of typing twgit feature merge-into-release XXX for each feature, I think a command like twgit release update could find every features which need to be updated, and then update then into the release.

What do you think about this command and its utility?

geoffroy-aubry commented 10 years ago

Not for every day, but can be useful. Code should be easy reusing code of twgit release list and twgit feature merge-into-release.