Previous sequence: - git clone ... # first fetch - git remote add remote0 ... - git fetch remote0 # second fetch - git remote add remote1 ... - git fetch remote1 # third fetch Now: - git init - git remote add remote0 ... - git remote add remote1 ... - git remote add remote2 ... - git fetch --all -j4 # all fetches at the same time Signed-off-by: Théo Lebrun <theo.lebrun@bootlin.com> |
||
|---|---|---|
| .. | ||
| common.sh | ||
| index-all-repositories | ||
| index-repository | ||
| pack-repositories | ||
| speedtest.py | ||
| update-elixir-data | ||