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

Being able to start a new branch on not clean project #119

Closed Sebastien-Hanicotte closed 10 years ago

Sebastien-Hanicotte commented 10 years ago

/* Hope it is not a duplicate */

If the project is not clean (file uncommited, ...), we could propose to the user to

  1. stash the uncommited files
  2. create the branch
  3. unstash the uncommited files
geoffroy-aubry commented 10 years ago

Duplicate of #99