Motivation
Many big repositories are not hosted on GitHub, but do have a official mirror like linux, git or ghc. The purpose of these mirrors is to provide an easy access (lower the barrier) to repositories that are not hosted on GitHub. There are many repositories that do not offer a official mirror. Follow this short article, if you want to know how to create a mirror, to provide an easy access to external repositories as well.
Clone
Step 0: Clone the repository you want to mirror.
Step 1: Add your empty remote GitHub repository as mirror.
Mirror
Step 2: Create a mirror.bash
file with all repositories you want to mirror and copy the contents below. Update the GIT_PATH
and choose your mirrors.
Step 3: Make the script executable chmod x+u
and run it. Example: Valgrind mirror