https://github.com/ethereum/gitsync
Synchronization of Ethereum GitHub repos to other git hosting services
https://github.com/ethereum/gitsync
ethereum git
Last synced: about 1 month ago
JSON representation
Synchronization of Ethereum GitHub repos to other git hosting services
- Host: GitHub
- URL: https://github.com/ethereum/gitsync
- Owner: ethereum
- License: mit
- Created: 2021-11-04T14:05:31.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2022-11-20T19:41:36.000Z (almost 3 years ago)
- Last Synced: 2025-01-15T15:52:57.532Z (10 months ago)
- Topics: ethereum, git
- Homepage: https://gitsync.ethereum.org
- Size: 1.13 MB
- Stars: 9
- Watchers: 9
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git Sync Project
This project aims to demonstrate how Ethereum community repos and issues hosted on GitHub can be easily restored on another similar service, whether commercial of self-hosted.
## Resources
[Project website](https://gitsync.ethereum.org/)
[Project repo](https://github.com/ethereum/git-sync) - (you are here!) links to resources, coordination and feedback
[GitSync codebase](https://github.com/ethereum-git-sync/GitSync) - scripts used to perform syncs and fetching of issues
[Issues archive](https://github.com/ethereum-git-sync/github-issues-archive) - JSON containing GitHub issues and comments for selected repositories
## Frequently Asked Questions
### Which repos are sync'd?
👉 See the list of [Sync'd Repositories](https://gitsync.ethereum.org/repos).
### Where are these repos sync'd to?
👉 We currently sync repos to a test account on Bitbucket: [https://bitbucket.org/ethereum-base/](https://bitbucket.org/ethereum-base/).
### How do I submit my Ethereum-related repo to Git Sync?
👉 Please read the instructions on the [Submit My Repo](https://gitsync.ethereum.org/submit) page.
### What are the qualifications for inclusion of my repo in Git Sync?
👉 The policy about inclusion are detailed on the [Submit My Repo](https://gitsync.ethereum.org/submit) page.
### Where do I ask questions or point out problems?
👉 Please [submit an issue on the project repo](https://github.com/ethereum/git-sync/issues) and one of the maintainers will reply.