Before start I want to tell you scenario. I have created gitlab account and uploaded three different projects. when I am using browser to see all branches I can see: a) master b)feature/bakend c)frontend but when I am running command from command prompt git branch * master
Now I am using another laptop (that soes not have local backup) and when I am doing clone operation it is creating local repository for one project only, then can you please tell me how should I clone my another projects? Thank you in advance.