I have a remote repository http://github.com/fernandezpablo85/Test
This repo has a master branch, but it\'s behind two other branches so when I clone it
master
If you only want to clone the master branch, then run this command:
git clone git@github.com:**username**/ **Repository URL** -b master
Here is an example:
git clone git@github.com:gfranko/jquery.selectBoxIt.js.git -b master