Forking a git repo with all tags and branches from parent May 25, 2024November 15, 2023 by luss git clone --mirror git@myhost:mybackup.git mybackup/.git cd mybackup git config --bool core.bare false