Forking a git repo with all tags and branches from parent
git clone –mirror git@myhost:mybackup.git mybackup/.git cd mybackup git config –bool core.bare false
git clone –mirror git@myhost:mybackup.git mybackup/.git cd mybackup git config –bool core.bare false