Create a new branch
Create a new branch for a repository using the web UI.
Last updated
Create a new branch for a repository using the web UI.
Last updated
Branching helps create specific scopes for changes like features and fixes until they are ready to merge back into the main repository. They are crucial for minimizing conflicts in collaborative development processes.
Follow these steps to create a new branch in a repository on Protocol.Land:
Navigate to the main page of the repository you wish to add the new branch to.
Click on the Branch icon located above the list of files.
A modal will appear prompting you to fill the details for your new branch.
Type in the name for the new branch.
Click “Create”.
This creates a temporary branch in the repository. It is added on-chain only when files have been added or changed in this branch.