-
-
Notifications
You must be signed in to change notification settings - Fork 7
Get GitTag
Apostolis Bekiaris edited this page Apr 26, 2020
·
2 revisions
Returns a git repository tags.
Get-GitTag [-repoGitUrl] <String> [-Last] [[-nameMatch] <String>] [<CommonParameters>]
Returns a git repository tags.
PS C:\Users\Tolis\AppData\Local\Temp\DevExpress.XAF\DevExpress.XAF > Get-GitTag .
Sha Name
--- ----
3c002aec2ef296da46e625c2634b12f4428062a0 2.201.2.0
b0204232b368c233085c44aa4e1619e75f7e1d71 2.201.2.1
b0204232b368c233085c44aa4e1619e75f7e1d71 2.201.2.2
b0204232b368c233085c44aa4e1619e75f7e1d71 2.201.2.3
Get the tags of the repository in path.
{{ Fill Last Description }}
Type: SwitchParameter
Parameter Sets: (All)
Aliases:
Required: False
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill nameMatch Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: False
Position: 1
Default value: None
Accept pipeline input: False
Accept wildcard characters: False
{{ Fill repoGitUrl Description }}
Type: String
Parameter Sets: (All)
Aliases:
Required: True
Position: 0
Default value: None
Accept pipeline input: True (ByValue)
Accept wildcard characters: False
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.