Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I fork an empty repository on github?

It seems the github's web-UI does not allow to use the "Fork" button on empty repositories. I'd like to fork, add files, make a commit and then a pull request on somebody else's completely empty repository. Is there a workaround, or should I just wait until he adds a file?

like image 360
con-f-use Avatar asked Aug 18 '16 08:08

con-f-use


1 Answers

I don't think there is a workaround. It would be enough if the owner created a LICENSE or README.md but without files you cannot fork in Github.

like image 200
kba Avatar answered Sep 23 '22 09:09

kba