[SOLVED] How To Get Version Control Branch From Original Project In My Forked Project?

The name is pretty confusing, so here’s my goal. I want to be able to copy and branch(s) from my original project into my forked one (a forked project of the original). Basically, if I were to create a separate branch from the main, and I forked that exact project on let’s say an alt account, I should be able to edit that branch within the version control of the new, forked project. But the separate branch isn’t showing up in the forked project. Is there a way to get that separate branch into the forked project, or is this task impossible currently.

I want to create a separate branch called B1.6, which restores the B1.6 checkpoint separately from the main, where I want to edit it in a forked project. (Check inside the project)

Link To Project: PlayCanvas | HTML5 Game Engine

Not very familiar with version control. I would say restore B1.6, fork the project to your alt account, then restore back to the checkpoint created before restoring B1.6.

2 Likes

Thanks. I’ll try that.

1 Like

Thanks! I was able to finally complete my goal. I will now mark as solved.

2 Likes