File tree Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Expand file tree Collapse file tree 1 file changed +8
-0
lines changed Original file line number Diff line number Diff line change @@ -36,6 +36,10 @@ function Get-GitHubReference
36
36
with no commandline status update. When not specified, those commands run in
37
37
the background, enabling the command prompt to provide status information.
38
38
If not supplied here, the DefaultNoStatus configuration property value will be used.
39
+
40
+ . OUTPUTS
41
+ [PSCustomObject]
42
+ Details of the git reference in the given repository
39
43
40
44
. EXAMPLE
41
45
Get-GitHubReference -OwnerName Powershell -RepositoryName PowerShellForGitHub -Reference heads/master
@@ -147,6 +151,10 @@ function New-GitHubReference
147
151
the background, enabling the command prompt to provide status information.
148
152
If not supplied here, the DefaultNoStatus configuration property value will be used.
149
153
154
+ . OUTPUTS
155
+ [PSCustomObject]
156
+ Details of the git reference created. Throws an Exception if the reference already exists
157
+
150
158
. EXAMPLE
151
159
-GitHubReference -OwnerName Powershell -RepositoryName PowerShellForGitHub -Reference refs/heads/master -Sha aa218f56b14c9653891f9e74264a383fa43fefbd
152
160
#>
You can’t perform that action at this time.
0 commit comments