Some open-source projects provide mirrors on GitHub.com in addition to their official repositories, which are hosted elsewhere.
Here are a few prominent repositories that are mirrored on GitHub.com:
- The Linux kernel
- GNOME
- android
- The Apache Software Foundation
- The Glasgow Haskell Compiler
- The Eclipse Foundation
- The Chromium Project
To set up your own mirror, you can configure a post-receive hook on your official project repository to automatically push commits to a mirror repository on GitHub.com (or GitHub Enterprise).

