Creating a branch - Amazon CodeCatalyst

Creating a branch

You can use the CodeCatalyst console to create branches in a CodeCatalyst repository. The branches you create will be visible to other users the next time they pull changes from the repository.

Tip

You can also create branches as part of creating a Dev Environment to work on your code. For more information, see Creating a Dev Environment.

You can also use Git to create branches. For more information, see Common Git commands for branches.

To create a branch (console)
  1. In the CodeCatalyst console, navigate to the project where your source repository resides.

  2. Choose the name of the repository from the list of source repositories for the project. Alternatively, in the navigation pane, choose Code, and then choose Source repositories.

  3. Choose the repository where you want to create a branch.

  4. On the overview page of the repository, choose More, and then choose Create branch.

  5. Enter a name for the branch.

  6. Choose a branch to create the branch from, and then choose Create.