File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Execute the following to backup all git repositories of a GitHub user into the s
1818### Backup all git repositores of a organisation
1919Execute the following to backup all git repositories of a GitHub organisation into the subdirectory ` ./YYYY-MM-DD/ ` .
2020``` PowerShell
21- .\backup_github_repositories.ps1 -userName "user" -userSecret "password" -organisationName "organsiation "
21+ .\backup_github_repositories.ps1 -userName "user" -userSecret "password" -organisationName "organisation "
2222```
2323
2424### Backup all git repositories of a user into a specific directory
@@ -32,6 +32,3 @@ Execute the following command to get detailed help.
3232``` PowerShell
3333Get-Help .\backup_github_repositories.ps1 -detailed
3434```
35-
36- ## Known Limitations
37- The script does not yet support pagination of the GitHub repositories API: The maximum number of supported repositories is currently 100.
Original file line number Diff line number Diff line change @@ -107,7 +107,6 @@ function Get-TotalRepositoriesSizeInMegabytes([object] $repositories) {
107107 $ ([math ]::Round($totalSizeInKilobytes / 1024 ))
108108}
109109
110-
111110# Measure the execution time of the backup script.
112111$stopwatch = [System.Diagnostics.Stopwatch ]::startNew()
113112
You can’t perform that action at this time.
0 commit comments