< Back
Push-GitFeature
Post
NAME Push-GitFeature
SYNOPSIS
Pushes feature branch to origin.
SYNTAX
Push-GitFeature [[-Name] <String>] [<CommonParameters>]
DESCRIPTION
Pushes specified feature branch to origin. If no branch name specified the current feature branch will be pushed.
PARAMETERS
-Name <String>
Branch name without feature 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:\\>Push-GitFeature cool-stuff
RELATED LINKS
Push-GitReleaseFix
SYNOPSIS
Pushes feature branch to origin.
SYNTAX
Push-GitFeature [[-Name] <String>] [<CommonParameters>]
DESCRIPTION
Pushes specified feature branch to origin. If no branch name specified the current feature branch will be pushed.
PARAMETERS
-Name <String>
Branch name without feature 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:\\>Push-GitFeature cool-stuff
RELATED LINKS
Push-GitReleaseFix