How to use simplified gitflow branching model [Video]
Just knowing git and all team members pushing code to the main branch (master) is not a good practice. To leverage the most out of git, it is a good idea to do feature branching and follow a branching model. GitFlow is one of the options for doing a feature branching model but it is not so straight forward, In this blog post with a video and presentation I would elaborate on how a team can use simplified gitflow
and get the most out of using git.