git branch input extension
Extends the parameters for git branch, making it easier to use from PowerShell.
EXAMPLE 1
git branch -Remote
If set, will add the –remote flag to the command.
Type | Required | Position | PipelineInput | Aliases |
---|---|---|---|---|
[Switch] |
false | named | true (ByPropertyName) | Remotes |
Extensions/Git.Branch.Input.Ugit.Extension.ps1 [-Remote] [<CommonParameters>]