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

Bad option for grep in assert_git_repository() #51

Closed jaysus closed 12 years ago

jaysus commented 12 years ago

grep -R instead of grep -E for regular expressions

$ twgit feature list 
/!\ No remote 'origin' repository specified! Try: 'git remote add origin <url>'
geoffroy-aubry commented 12 years ago

Duplicate #52