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 command to merge last tag on feature status like feature start #98

Closed chemidy closed 10 years ago

chemidy commented 11 years ago

When we start a feature which is out of date, there is a very usefull help : If need be: git merge --no-ff VERSION, then: git push origin feature-XXX

But when we use the commande feature status the is only: /!\ Tag not merged into this branch, it will be nice to harmonize that :p

chemidy commented 11 years ago

OK => Done