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

authentication - Mongodb revoke acccess to connect test database -

r - Update two sets of radiobuttons reactively - shiny -

ios - Realm over CoreData should I use NSFetchedResultController or a Dictionary? -