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

Allow to pull branch using twgit #149

Open ltoussaint opened 9 years ago

ltoussaint commented 9 years ago

Add commands twgit release pull twgit hotfix pull twgit feature pull [feature_id] twgit demo pull [demo_id]

vchabot commented 9 years ago

Nice one, I had this idea couple days back, and I think this should be a good feature!

Is this context-free?

I mean, if you are on a hotfix, and you try to do a twgit release pull, this will produce a git checkout on release and then a git pull origin release-xxx?

ltoussaint commented 9 years ago

Yes, for release and hotfix.

vchabot commented 9 years ago

Great! :+1:

chemidy commented 9 years ago

Yeahh !!! I'm waiting for the next release :)

geoffroy-aubry commented 9 years ago

Great! :+1: