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 checkout a feature even with git status is not clean. #99

Open geoffroy-aubry opened 11 years ago

geoffroy-aubry commented 11 years ago

If working directory status is not clean, twgit feature start 1234 throws: "/!\ Untracked files or changes to be committed in your working tree!"

It could be useful to add twgit feature start -f to force checkout, and also twgit feature start -s to perform a git add . && git stash