Git
GitFlow Workflow – A High Level Overview
Introduction Git-flow is a very popular workflow to utilize git branching in an efficient manner. The original post can be found on this link and today I’ll try to summarize and provide a very high level overview for easy reference. In a nutshell GitFlow is based on centralized distribution model. Every developer can push to … Read more