Is it possible to 'fork a fork' in Github?

后端 未结 4 949
孤城傲影
孤城傲影 2020-12-03 04:27

I am currently working on a project that is a spinoff (fork) from a framework I have been working on.

This project is intended to be pretty generic, but now I need t

4条回答
  •  醉梦人生
    2020-12-03 04:45

    Simple answer: Yes and no.

    No, for a single account as you are unable to create two repositories with the same name (and forks always have the same name).

    Yes, for multiple accounts. So you could setup an organization for your second fork.

提交回复
热议问题