< Back

New-GitReleaseFix

Sat Jan 18, 2020 7:50 pm

NAME New-GitReleaseFix



SYNOPSIS

Creates new release fix branch.





SYNTAX

New-GitReleaseFix [-Name] <String> [[-ReleaseName] <String>] [<CommonParameters>]





DESCRIPTION

Syncs fork and creates branch with the specified name on top of selected release branch. New branch name is

constructed in the following manner: release/release-name/branch-name. Release name is optional if there's only

one release branch.





PARAMETERS

-Name <String>

Branch name without release branch prefix



Required? true

Position? 1

Default value

Accept pipeline input? false

Accept wildcard characters? false



-ReleaseName <String>

Release branch name without release prefix



Required? false

Position? 2

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>New-GitReleaseFix bug-fix















RELATED LINKS

Sync-GitFork

New-GitFeature

New-GitRelease