Wednesday, 15 February 2012

How to ensure a successful compile using Git -



How to ensure a successful compile using Git -

i'm starting out git haven't used in team. biggest question have yet reply how utilize git in such way ensure main branch compiles 100% of time. realistically know that not possible.

from understand, each developer grabs re-create of repository, makes changes locally , periodically commits changes. multiple branches can end getting created throughout week 1 time or twice week i'd have compile on main branch.

i assume each developer responsible merging branches main branch , project leader performs compile on code along main branch. general flow of how things typically work in team collaborating git? project leader have notify other developers create commits 3:00 pm on quarta-feira because compile made @ time? or project leader not need tell developers when perform final commits , assumes main branch in state compile without problems?

i guess difficulty in understanding how utilize git how developers remain synchronized time want perform major compile 1 time or twice week.

there predefined workflows can help inspiration git workflow. git-flow known.

it doesn't mean have that, can give guidance how implement release branch, how deal hot-fixes , more.

another known workflow github flow, uses much simpler approach. has development branch, , works on feature branches, merged in when ready. utilize continuous deployment, rapid feedback when build breaks.

git

No comments:

Post a Comment