Viewing branches and details - Amazon CodeCatalyst

Viewing branches and details

You can view information about remote branches in Amazon CodeCatalyst, including specifics of the files, folders, and most recent commit for a specific branch, in the Amazon CodeCatalyst console. You can also use Git commands and your local operating system to view this information for remote and local branches.

To view branches (console)
  1. In the CodeCatalyst console, navigate to the project that contains the source repository where you want to view branches. Choose Code, choose Source repositories, and then choose the source repository.

  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.

    Choose the repository where you want to view a branch.

  3. The default branch of the repository is displayed. You can see a list of files and folders in the branch, information about the most recent commit, and the contents of the README.md file, if it exists in the branch. To view the information for a different branch, choose it from the drop-down list of branches for the repository.

  4. To view all the branches for a repository, choose View all. The Branches page displays information about the name, most recent commit, and rules for each branch.

For information about how to use Git and your operating system to view branches and details, see Common Git commands for branches, your Git documentation, and your operating system documentation.