Source Control
This section of the book will cover git related recipies and all git commands can be found in the Git Manual, https://git.github.io/htmldocs/git.html. You can also learn more about individual commands with "git help (git -help) command".
Recipe 2.1 Creating a feature branch
Recipe 2.2 Incorporating a finished feature on develop
Recipe 2.3 Creating a release branch
Recipe 2.4 Finishing a release branch