codecommit_create_branch: Creates a branch in a repository and points the branch to a...

View source: R/codecommit_operations.R

codecommit_create_branchR Documentation

Creates a branch in a repository and points the branch to a commit

Description

Creates a branch in a repository and points the branch to a commit.

See https://www.paws-r-sdk.com/docs/codecommit_create_branch/ for full documentation.

Usage

codecommit_create_branch(repositoryName, branchName, commitId)

Arguments

repositoryName

[required] The name of the repository in which you want to create the new branch.

branchName

[required] The name of the new branch to create.

commitId

[required] The ID of the commit to point the new branch to.


paws.developer.tools documentation built on Sept. 12, 2024, 6:46 a.m.