Forking a branch

Hello! I am a complete git (and therefore gitlab) beginner! I have recently been given access to a project on my team, and I trying to continue work on another developer’s branch of the project. If there a way to fork just his branch? I understand how to fork master, but forking the project does not bring all of the branches with it.

Thanks!

@megretson It isn’t possible to fork a project and just bring one branch over, that wouldn’t really be an efficient workflow. If you want to do solo work on a single branch it would be easier to just clone the repository, check out the branch in question, and then create your own branch based off of it.

More details on that here.