Copy of .git.
Git into.
git --bare initThis suffices for new (central) remote. i.e git bare fetch is not necessary.
git --bare fetchTo 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

