Delete fork dependency of a GitHub repository

前端 未结 6 852
心在旅途
心在旅途 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:40

    You could duplicate the forked repository to a new repository (without the fork depencency) from the github UI, then remove the original forked one:

    • Sign in to github
    • Select the + sign in the top right corner, and Import repository.
    • Import your forked repository. The new repository won't have the fork dependency.
    • Delete the original, forked repository in the repository settings.

提交回复
热议问题