Skip to content

Latest commit

 

History

History
48 lines (44 loc) · 2.84 KB

File metadata and controls

48 lines (44 loc) · 2.84 KB

Saritasa.Git

Get-GitFlowStatus

Syntax

Get-GitFlowStatus -BranchType <BranchType> [-Path <string>] [-OlderThanDays <int>] [<CommonParameters>]

Parameters

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\)