Skip to content

Linux Cheatsheet

Uncategorized

Forking a git repo with all tags and branches from parent

November 15, 2023 by luss

git clone –mirror git@myhost:mybackup.git mybackup/.git cd mybackup git config –bool core.bare false

Categories linux, Uncategorized
© 2023 Linux Cheatsheet • Built with GeneratePress