How can I fork my own GitHub repository?

前端 未结 7 2263
南笙
南笙 2020-11-30 06:19

So, total newbie to Git. Been reading through the guides and think I have the basics but am having difficulties accomplishing this one goal.

I have a repo created fo

相关标签:
7条回答
  • 2020-11-30 07:16

    You can also use Github's import tool.

    (it's made for importing from SVN, etc. but you can use it for this too)

    • Create new repository in Github. IMPORTANT: don't "initialize with a README"
    • On the next screen click "Import code"
    • Paste the URL to the Github repo you want to import. (screenshot)

    Again, this is creating a new repository and not a true fork on Github. But all your branches, history, etc will be there.

    0 讨论(0)
提交回复
热议问题