Git Branching
Here’s a basic example of branching from the command line, for reference. This sequence of commands:
- switches the user to the intended “source branch”,
- creates a new local branch (and checks it out at the same time), and
- pushes the new branch to the origin.
In this project, we’re using version numbers as the branch names.