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

Help for feature start when error occurred #101

Closed chemidy closed 3 years ago

chemidy commented 11 years ago

If there is a network issue with fwgit feature start there is no help to resume to normal workflow.

For example :

twgit feature start 12588 => here there is a network issue when git push the branch on remote origin.

We continue to developp on local branch

After that we switch to new branch with twgit feature start 4444

But when we come back to 12588 with feature start, it's not possible because the branch exist only on local and no on remote origin.

It will be usefull to profite help to push this branch to origin with an interaction with the user to solve the problem. Delete local branch or push local branch.