https://github.com/cdown/gh-mirror
Mirror all GitHub repositories for a user, maintaining metadata.
https://github.com/cdown/gh-mirror
Last synced: about 1 year ago
JSON representation
Mirror all GitHub repositories for a user, maintaining metadata.
- Host: GitHub
- URL: https://github.com/cdown/gh-mirror
- Owner: cdown
- License: isc
- Created: 2013-09-04T22:21:31.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2022-04-14T12:43:52.000Z (about 4 years ago)
- Last Synced: 2025-04-01T05:41:19.442Z (over 1 year ago)
- Language: Python
- Size: 31.3 KB
- Stars: 30
- Watchers: 5
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
gh-mirror is a simple way to mirror a user's GitHub repositories locally,
maintaining the upstream repository metadata, and keep them updated easily. See
[the blog post I wrote it for][blog] to get more information about how to use
it in a useful way.
```
$ gh-mirror cdown
Cloning into bare repository 'Apache-ETag.git'...
remote: Counting objects: 7, done.
remote: Compressing objects: 100% (5/5), done.
remote: Total 7 (delta 0), reused 6 (delta 0)
Receiving objects: 100% (7/7), done.
Checking connectivity... done.
Cloning into bare repository 'bats.git'...
[...]
```
[blog]: https://chrisdown.name/2013/07/05/setting-up-local-github-mirror-with-cgit-git-daemon.html
## License
gh-mirror is [ISC licensed][isc]. See the LICENSE file for full details.
[isc]: http://en.wikipedia.org/wiki/ISC_license