Examples of continuous integration workflow using git

Posted by Andrew Barinov on Programmers See other posts from Programmers or by Andrew Barinov
Published on 2012-03-24T08:14:32Z Indexed on 2012/03/29 5:40 UTC
Read the original article Hit count: 442

Can anyone provide a rough outline of their git workflow that complies with continuous integration.
E.g. How do you branch? Do you fast forward commits to the master branch?

I am primarily working with Rails as well as client and server side Javascript. If anyone can recommend a solid CI technology that's compatible with those, that'd be great. I've looked into Jenkins but would like to check out other good alternatives.

To put some context into this, I am planning on transitioning from working as a single developer into working as part of the team. I'd like to start standardizing my own personal workflow so that I can onboard new devs quickly.

© Programmers or respective owner

Related posts about version-control

Related posts about continuous-integration