Embed presentation
Download as PDF, PPTX






![git flow feature start
<name> [<base>]](https://image.slidesharecdn.com/gitflow-140327011644-phpapp01/85/Git-work-flow-7-320.jpg)






This document discusses Git flow, a popular Git branching model for managing code development. It recommends creating feature branches off the develop branch, using pull requests for code reviews, and merging feature branches back into develop once complete. Release and hotfix branches are created from develop and master respectively to manage releases. Semantic versioning is also referenced for numbering releases.






![git flow feature start
<name> [<base>]](https://image.slidesharecdn.com/gitflow-140327011644-phpapp01/85/Git-work-flow-7-320.jpg)




