Skip to content
English
  • There are no suggestions because the search field is empty.

How do I make a new branch?

How to create a new branch

A branch represents a separate line of development that is created from a commit in another branch. It allows you to work on a parallel line of code and later merge your changes back to the original branch. When you switch between branches, you are performing a "checkout" of that branch and so your local development files will change accordingly.

You can find information on how to create a new branch in our Documentation

 

Elements of the UI may have changed since the time of posting. For the most up-to-date information, refer to our Documentation.