Delete fork dependency of a GitHub repository

前端 未结 6 850
心在旅途
心在旅途 2020-11-28 19:02

How can I make GitHub forget or disassociate that my repo was originally a fork of another project?

I forked a project in GitHub. I can now see \"forked from whateve

6条回答
  •  眼角桃花
    2020-11-28 19:48

    This only applies to GitHub Enterprise, not on github.com

    Logged in to an account that has admin privileges:

    1. Go to the repository that you need to detach: https:////
    2. Click on the “Site Admin” rocket on the top right corner
    3. Click "Collaboration" on the top menu bar
    4. Click on “Network” on the left pane
    5. Click on “Make Root” in the Network Structure pane
    6. Accept

    This was tested on GitHub Enterprise 2.9

提交回复
热议问题