< Back
New-GitFeature
Post
NAME New-GitFeature
SYNOPSIS
Creates new feature branch.
SYNTAX
New-GitFeature [-Name] <String> [<CommonParameters>]
DESCRIPTION
Syncs fork and creates branch with the specified name prefixed with 'feature/' on latest master.
PARAMETERS
-Name <String>
Branch name without 'feature/' prefix.
Required? true
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:\\>New-GitFeature cool-stuff
RELATED LINKS
Sync-GitFork
New-GitRelease
New-GitReleaseFix
SYNOPSIS
Creates new feature branch.
SYNTAX
New-GitFeature [-Name] <String> [<CommonParameters>]
DESCRIPTION
Syncs fork and creates branch with the specified name prefixed with 'feature/' on latest master.
PARAMETERS
-Name <String>
Branch name without 'feature/' prefix.
Required? true
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:\\>New-GitFeature cool-stuff
RELATED LINKS
Sync-GitFork
New-GitRelease
New-GitReleaseFix