I forked a remote repository A that I do not own and began to do changes on it. Let's call this fork B.
Then someone asked me to add some functionality to project A. However, I don't want to fork A again since the two forks would have the same name.
Is there a way to clone A in new branch of B?