Hi All, I try to use below command to do clone from particular branch/version number. I used below command... $ git clone -b br6-1-0 ssh://gitolite@myservername/testrep Cloning into 'testrep'... remote: Counting objects: 19536, done. remote: Compressing objects: 100% (5850/5850), done. remote: Total 19536 (delta 13869), reused 18869 (delta 13202) Receiving objects: 100% (19536/19536), 61.44 MiB | 17 KiB/s, done. Resolving deltas: 100% (13869/13869), done. warning: Remote branch br6-0 not found in upstream origin, using HEAD instead End user query is - they want the clone from particular branch which is separate from Head so I run above commmand. Can any one please help me how to resolve this? Is there any way to findout how many branches are available in my GIT repository. Thanks in advance... -- View this message in context: http://git.661346.n2.nabble.com/how-to-clone-checkout-branch-tag-vesion-from-GIT-repository-tp7546744.html Sent from the git mailing list archive at Nabble.com. -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html