File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ function New-GitHubRepository
41
41
42
42
. PARAMETER Private
43
43
By default, this repository will created Public. Specify this to create
44
- a private repository. Creating private repositories requires a paid GitHub account.
44
+ a private repository.
45
45
46
46
. PARAMETER NoIssues
47
47
By default, this repository will support Issues. Specify this to disable Issues.
@@ -710,8 +710,7 @@ function Update-GitHubRepository
710
710
Update the default branch for this repository.
711
711
712
712
. PARAMETER Private
713
- Specify this to make the repository repository. Creating private repositories requires a
714
- paid GitHub account.
713
+ Specify this to make the repository private.
715
714
To change a repository to be public, specify -Private:$false
716
715
717
716
. PARAMETER NoIssues
You can’t perform that action at this time.
0 commit comments