Sorry if this question has been asked already.
Am cloning from a repo named \"git_lab\" which has a branch named \"test\" When cloning i use \"-b myname_test\" to cr
git checkout --track origin/branchname
Alternatively, you can edit the config file in the .git folder.