How to fork a non-GitHub repo on GitHub?

后端 未结 2 1910
猫巷女王i
猫巷女王i 2021-02-05 17:20

Is there a best practice for this? I was thinking either to

  • Create a repo, add original repo as upstream remote

  • Create a \"mirror\" repo, then f

2条回答
  •  佛祖请我去吃肉
    2021-02-05 18:24

    GitHub allows you to import an existing repository on Git, Subversion, Mercurial, and TFS.

    See https://github.com/new/import

提交回复
热议问题