Forking a GIT Repo with all Branches Nov 15, 2023 git clone --mirror git@myhost:mybackup.git mybackup/.git cd mybackup git config --bool core.bare false