How can I fork my own GitHub repository?

前端 未结 7 2303
南笙
南笙 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:08

    to make true GitHub fork of own repository you can use this steps:

    1. Create an organization
    2. Fork to organization
    3. Rename forked project
    4. Move back to your account

提交回复
热议问题