Hi list !

I created a script to ease workflow on zena, a rails CMS
(http://zenadmin.org).

The workflow involves developers and reviewers (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/.

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to 
rubyonrails-talk+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to