Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git Repository/
Git Mirror Repository
Search

Git Mirror Repository

Creator
Creator
Seonglae Cho
Created
Created
2021 Apr 13 3:15
Editor
Editor
Seonglae Cho
Edited
Edited
2023 Dec 15 3:37
Refs
Refs
Duplicating a repository
Before you can duplicate a repository and push to your new copy, or mirror, of the repository, you must create the new repository on GitHub. In these examples, exampleuser/new-repository or exampleuser/mirrored are the mirrors. Create a bare clone of the repository. $ git clone --bare https://github.com/exampleuser/old-repository.git Mirror-push to the new repository.
https://docs.github.com/en/github/creating-cloning-and-archiving-repositories/creating-a-repository-on-github/duplicating-a-repository
 

Recommendations

Texonom
Texonom
/
Engineering
Engineering
/Software Engineering/Programming/Version Control/
Git
Git
/Git Repository/
Git Mirror Repository
Copyright Seonglae Cho