https://github.com/jmtd/github2gogs
script to add all your GitHub repositories to Gogs as mirrors
https://github.com/jmtd/github2gogs
Last synced: 12 months ago
JSON representation
script to add all your GitHub repositories to Gogs as mirrors
- Host: GitHub
- URL: https://github.com/jmtd/github2gogs
- Owner: jmtd
- License: gpl-3.0
- Created: 2018-05-08T08:33:35.000Z (about 8 years ago)
- Default Branch: main
- Last Pushed: 2021-01-26T11:55:02.000Z (over 5 years ago)
- Last Synced: 2025-07-10T13:27:42.671Z (about 1 year ago)
- Language: Shell
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# github2gogs
A Bash script to add all your GitHub repositories to a Gogs instance as mirrors.
Requires [curl]() and [jq]().
## Usage
Edit the script and set the parameters at the top to values that reflect your
GitHub account and your Gogs instance, then run it.
## License
[GPL 3](LICENSE)
## Author
[Jonathan Dowland](https://jmtd.net/)
[curl]: https://curl.haxx.se/
[jq]: https://stedolan.github.io/jq/