Let machine M be the Main machine with the repo, and A the Auxiliary machine which wants to help out.
First time setup
- Machine M creates bundle with complete repo:
git bundle create repo.bundle HEAD master
- M sends
repo.bundle
to A. - A clones repo from bundle: