Forking Master Branch?

Hi, I’m new to this and can’t figure out how to fork the Master branch. I navigate to the Master branch on the Github site, then click clone/download and clone to desktop. When I check, it is not master I have downloaded. I can also see that when Master is selected, the link that comes up under clone/download is this : https://github.com/EpicGames/UnrealEngine.git - and doesn’t seem to specify the branch?

Any help pointing me in the right direction would appreciated

Are you downloading a zip file or with git.exe on command line?

cloning with git is preferred, since you can switch branches however you like.

Figured it out, thanks