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
git config –global user.email “user@email.com” git config –global user.name “first last” git config –global push.default simple git config –global credential.helper store git config –global pull.rebase false