Git Strategizing: Branch, Commit, Review, and Merge – Simple Talk

Being a pragmatist, I recognize that—like the eternal spaces vs tabs debate—one’s branching and merging styles are often held dear. If I may ask you to set all that aside for just a few minutes though, have a look and see if any of the following might make your environment more productive. The next caveat is that this article is focused on Git, which is a distributed version control system (DVCS). The conclusions may or may not be relevant to other DVCS’s but probably not to centralized version control systems, like Subversion, where branches can be expensive.

Git Strategizing: Branch, Commit, Review, and Merge

Source: Git Strategizing: Branch, Commit, Review, and Merge – Simple Talk

 

Raony Guimaraes