github - How to make a git clone --bare into a git clone --mirror -


i accidentally created copy of repo git clone --bare , can't update original repo. this github article advises --mirror updates:

if want mirror repository in location, including getting updates original, can clone mirror

git clone --mirror https://github.com/exampleuser/repository-to-mirror.git

how can modify --bare clone --mirror repo?


Comments

Popular posts from this blog

php - Wordpress website dashboard page or post editor content is not showing but front end data is showing properly -

How to get the ip address of VM and use it to configure SSH connection dynamically in Ansible -

javascript - Get parameter of GET request -