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

New feature: feature and demo starting from a demo #168

Closed jcorre-hipay closed 7 years ago

jcorre-hipay commented 7 years ago

Hello,

In some cases, I had to start a feature from an existing demo (when developing by iterations on a demo for example, with features which depend on the previous iteration), and in other cases, I had to clone an existing demo.

I thought it would be great if these commands were available in twgit, so I propose this pull request. I have also add the ability to start a feature from another one, because I think it could be useful too. These new commands looks like:

It would be great if you could have a look, thanks!

geoffroy-aubry commented 7 years ago

Very nice job! And evolution of completion it's great :-) I just did a quick first review. Tonight or tomorrow, I will try to merge this.