Get-GitFlowStatus -BranchType <BranchType> [-Path <string>] [-OlderThanDays <int>] [<CommonParameters>]
| Name | Alias | Description | Required? | Pipeline Input | Default Value |
|---|---|---|---|---|---|
| BranchType | b | Specify branch type | true | true \(ByValue, ByPropertyName\) | |
| OlderThanDays | None | Show branches with last commit made later than N days | false | true \(ByPropertyName\) | |
| Path | p | Path to git repository | false | true \(ByPropertyName\) |