Merges two branches using the fast-forward merge strategy.
See https://www.paws-r-sdk.com/docs/codecommit_merge_branches_by_fast_forward/ for full documentation.
codecommit_merge_branches_by_fast_forward(
repositoryName,
sourceCommitSpecifier,
destinationCommitSpecifier,
targetBranch = NULL
)
[required] The name of the repository where you want to merge two branches.
[required] The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
[required] The branch, tag, HEAD, or other fully qualified reference used to identify a commit (for example, a branch name or a full commit ID).
The branch where the merge is applied.