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 twgit feature push #105

Closed chemidy closed 10 years ago

chemidy commented 11 years ago

If we are on a feature branch, we have to use git push origin feature-xxxx to push to origin

It will be very usefull to do : twgit feature push

chemidy commented 11 years ago

Of course we can add this behavior to all kind of branch : 'demo,hotfix,release,feature'