Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions GitHubRepositories.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function New-GitHubRepository

.PARAMETER Private
By default, this repository will created Public. Specify this to create
a private repository. Creating private repositories requires a paid GitHub account.
a private repository.

.PARAMETER NoIssues
By default, this repository will support Issues. Specify this to disable Issues.
Expand Down Expand Up @@ -710,8 +710,7 @@ function Update-GitHubRepository
Update the default branch for this repository.

.PARAMETER Private
Specify this to make the repository repository. Creating private repositories requires a
paid GitHub account.
Specify this to make the repository private.
To change a repository to be public, specify -Private:$false

.PARAMETER NoIssues
Expand Down