The name of the author who created the unreferenced commit. This information is used as both the author and committer for the commit.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Amazon.PowerShell.Cmdlets.CC.AmazonCodeCommitClientCmdlet.ClientConfig
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The commit message for the unreferenced commit.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The level of conflict detail to use. If unspecified, the default FILE_LEVEL is used, which returns a not-mergeable result if the same file has differences in both branches. If LINE_LEVEL is specified, a conflict is considered not mergeable if the same file in both branches has differences on the same line.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Files to be deleted as part of the merge conflict resolution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ConflictResolution_DeleteFiles |
Files to have content replaced as part of the merge conflict resolution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ConflictResolution_ReplaceContents |
File modes that are set as part of the merge conflict resolution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | ConflictResolution_SetFileModes |
Specifies which branch to use when resolving conflicts, or whether to attempt automatically merging two versions of a file. The default is NONE, which requires any conflicts to be resolved manually before the merge operation is successful.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-DestinationCommitSpecifier <
String>
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? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The email address for the person who created the unreferenced commit.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
This parameter overrides confirmation prompts to force the cmdlet to continue its operation. This parameter should always be used with caution.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
If the commit contains deletions, whether to keep a folder or folder structure if the changes leave the folders empty. If this is specified as true, a .gitkeep file is created for empty folders. The default is false.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Aliases | KeepEmptyFolders |
The merge option or strategy you want to use to merge the code.
Required? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
Changes the cmdlet behavior to return the value passed to the RepositoryName parameter. The -PassThru parameter is deprecated, use -Select '^RepositoryName' instead. This parameter will be removed in a future version.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
The name of the repository where you want to create the unreferenced merge commit.
Required? | True |
Position? | 1 |
Accept pipeline input? | True (ByValue, ByPropertyName) |
Use the -Select parameter to control the cmdlet output. The default value is '*'. Specifying -Select '*' will result in the cmdlet returning the whole service response (Amazon.CodeCommit.Model.CreateUnreferencedMergeCommitResponse). Specifying the name of a property of type Amazon.CodeCommit.Model.CreateUnreferencedMergeCommitResponse will result in that property being returned. Specifying -Select '^ParameterName' will result in the cmdlet returning the selected cmdlet parameter value.
Required? | False |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |
-SourceCommitSpecifier <
String>
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? | True |
Position? | Named |
Accept pipeline input? | True (ByPropertyName) |