backup_github_repositories
backup_github_repositories copied to clipboard
A PowerShell script that automatically backups all remote GitHub repositories to a local directory.
Results
1
backup_github_repositories issues
Sort by
recently updated
recently updated
newest added
You use the git clone option "--mirror" which does not clone the actual files. It's pretty much only the .git directory in each repo. Which _is_ nice because of the...