Branch Git Tutorial. This tutorial teaches you github essentials like repositories, branches, commits, and pull requests. Type the following command to create a new branch named prod ( short for production ).
$ git branch iss53 $ git checkout iss53. Using git development branches is a pretty great way to work with our application while tracking its versions. Git feature branch workflow is branching model focused, meaning that it is a guiding framework for managing and creating branches.