{"id":3208,"date":"2019-04-24T04:04:38","date_gmt":"2019-04-23T20:04:38","guid":{"rendered":"https:\/\/www.ookangzheng.com\/?p=3208"},"modified":"2020-05-24T15:58:24","modified_gmt":"2020-05-24T07:58:24","slug":"github-mirror-repository","status":"publish","type":"post","link":"https:\/\/www.ookangzheng.com\/github-mirror-repository\/","title":{"rendered":"Github mirror repository"},"content":{"rendered":"\n

An easy way to mirror a GitHub repo without forking. <\/p>\n\n\n\n

Step to mirror a repo<\/h3>\n\n\n\n

Create a new repo (private)<\/p>\n\n\n\n

Create a bare clone of the repository<\/p>\n\n\n\n

git clone --bare https:\/\/github.com\/exampleuser\/old-repository.git\ufeff<\/code><\/pre>\n\n\n\n

Mirror it<\/p>\n\n\n\n

cd old-repository.git\ngit push --mirror https:\/\/github.com\/exampleuser\/new-repository.git<\/code><\/pre>\n\n\n\n

Remove old clone repo<\/p>\n\n\n\n

cd ..\nrm -rf old-repository.git<\/code><\/pre>\n\n\n\n

Photo by Remi Moebs<\/a> on Unsplash<\/a><\/p>\n","protected":false},"excerpt":{"rendered":"

An easy way to mirror a GitHub repo without forking. Step to mirror a repo Create a new repo (private)…<\/p>\n","protected":false},"author":1,"featured_media":3209,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[37,39,32],"tags":[],"class_list":["post-3208","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-linux","category-mac","category-technology"],"_links":{"self":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/posts\/3208","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/comments?post=3208"}],"version-history":[{"count":0,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/posts\/3208\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/media\/3209"}],"wp:attachment":[{"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/media?parent=3208"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/categories?post=3208"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ookangzheng.com\/wp-json\/wp\/v2\/tags?post=3208"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}