Backup

Copy of .git.

Git into.

git --bare init

This suffices for new (central) remote. i.e git bare fetch is not necessary.

git --bare fetch

To be used to mirror another .git/remote.

Central repo

Bare repo (w/o .git and WD, content of .git at ./)

As remote.

Updated: 2026 Aug 19