I am new to git version control and I dont know how to clone / pull a specific branch of a repo . Trying to get the branch master of the project, but it defaults to
master
Please try like this : git clone --single-branch --branch
git clone --single-branch --branch
replace with your branch and with your url.
url will be like http://username@git.test.com:portno/yourrepo.git.
http://username@git.test.com:portno/yourrepo.git