We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9303c31 + b45cfa6 commit 441608dCopy full SHA for 441608d
AzureDevOpsPowerShell/Public/Api/Git/Pushes/Add-FilesToRepo.ps1
@@ -14,10 +14,6 @@ function Add-FilesToRepo {
14
Add-FilesToRepo @params
15
16
This example adds the files in the path to the repository
17
-.EXAMPLE
18
- 'test', 'test2' | New-AzDoRepo -CollectionUri "https://dev.azure.com/contoso" -ProjectName "Project 1" -Path "C:\git\BRC\AzureDevOpsPowerShellAPI"
19
-
20
- This example adds the files in the path to the repositories 'test' and 'test2'
21
.OUTPUTS
22
[PSCustomObject]. An object containing information about the commit and repository
23
.NOTES
0 commit comments