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 pull #122

Closed chemidy closed 9 years ago

chemidy commented 10 years ago

It's very weird to mix twgit and git command for new user of twgit. So, it's very usefull to have all needed command by using twgit.

I will add a command twgit feature pull , this is a shortcut of git fetch --prune origin and git merge origin/feature-MY_CURRENT_FEATURE or git pull origin it's the same

Of course i will add this command for all branches : release / demo / hotfix / ....

ltoussaint commented 9 years ago

Included in #149