Huy Minh Ha

Software development, Tech and other stuff

Mon 09 January 2017

Git branching strategy

Posted by Ha.Minh in Programming   

Branching strategy is an important part of using git correctly. Without a proper branching strategy, even with a few people in the project, you will create a mess in no time. Below is a simple branching strategy that can be applied to various situation. It is also available on github ...

Read more...