this is related: How to open multiple pull requests on GitHub
I am trying to have multiple forks of someone else's repo. (I will have to work on multiple issues simultaneously and there will by several pull-requests in parallel, maybe there is another best practice do this without multiple forks?)
I am following this guide here: https://adrianshort.org/create-multiple-forks-of-a-github-repo/
But I get this error.
error: src refspec master does not match any.
when trying to push.
I suspect that I am on a completely wrong track anyway. There probably is a standard way to issue multiple pull-requests from just one fork?