Displaying 1 result from an estimated 1 matches for "super_feature".
2009 Sep 10
2
"gold": a script to ease git based team work
...(can be the same people):
1. each developer has his own fork (on github or another git server)
2. he creates a branch per feature
3. a reviewer looks at the code before ..
4. ... pushing changes to the "golden master"
All of this with automatic email sending:
===[dev]===
> git co -b super_feature
> ...
> gold propose "finished implementation for super feature"
... [email]
===[reviewer]===
> gold review john/super_feature
> gold ok
http://bit.ly/2TfeLi
Gaspard
--
Posted via http://www.ruby-forum.com/.