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

后端 未结 4 946
孤城傲影
孤城傲影 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.

    0 讨论(0)
  • 2020-12-03 04:48

    now,there is a drop-down arrow, you can chose base repository drop-down arrow

    0 讨论(0)
  • 2020-12-03 04:55

    I contacted GitHub support about this 'issue' and they confirmed this is not possible. Also, it is very unlikely that such a feature will be implemented in the future.

    0 讨论(0)
  • 2020-12-03 04:58

    This is now very possible. You just go to the fork you want to fork and click "fork" like you would always do. This only works if you don't have a different fork of that repository in your account already, though. If you do, you have to delete it.

    Answered in a comment by iFreilicht

    Since this is the correct answer now, it is better to highlight it.

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