< Back

Complete-GitReleaseFix

Sat Jan 18, 2020 7:50 pm

NAME Complete-GitReleaseFix



SYNOPSIS

Pushes release fix branch and submits pull request.





SYNTAX

Complete-GitReleaseFix [[-Name] <String>] [<CommonParameters>]





DESCRIPTION

Pushes release fix branch to origin and submits pull request (if configured). If no branch name specified the

current release fix branch will be used.





PARAMETERS

-Name <String>

Branch name without release branch prefix.



Required? false

Position? 1

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:\\>Complete-GitReleaseFix bug-fix















RELATED LINKS

Set-GitPullRequestUrl

Complete-GitFeature