Branching
In this section you will see how you can create an alternative commit history in a repository by creating a new branch from an existing branch, also known as branching off from the existing branch. You may, for example, find branching useful when:
Prefer Repositories over Branches if you want to create independent silos of models and auxiliary data files.
In this section: