Suppose I cloned a Project C repo from Project X from github to my local machine. I create a branch for myself locally, do some work on it and do a local location.
Now I want to make a pull request for company C, but I understand that I had to make a fork on gitub in order to create my own repo of project X and clone it, not relay the company C.
How can I recover from this without cloning my plug locally and starting with manual copying? I would like to use git magic to save myself.
source share