What are some popular Git layout strategies?

Posted by CodexArcanum on Stack Overflow See other posts from Stack Overflow or by CodexArcanum
Published on 2011-02-16T23:20:10Z Indexed on 2011/02/16 23:25 UTC
Read the original article Hit count: 343

Filed under:
|
|
|

A fellow developer recently showed me a blog post with a nice visual representation of a git layout. He implied that this particular strategy was gaining a lot of popularity, but numerous searches here and through the Google have yet to turn up the blog post.

The gist of it was that you had a trunk for main development, and a "side-trunk" for immediate customer-driven bug fixes. Main development had a branch, which was merged to trunk periodically for major releases, and then you had feature branches. There was a lovely diagram that clearly showed all this.

Since I'd like to learn git better, I'd love to have that diagram available as an aide. It'd also be useful as a visual for trying to convince coworkers to switch to git. Does anyone happen to know what I'm talking about and can provide a link?

© Stack Overflow or respective owner

Related posts about git

Related posts about layout