git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* how to clone/checkout branch/tag vesion from GIT repository
@ 2012-05-10 13:39 supadhyay
  2012-05-10 13:56 ` Jeff King
  0 siblings, 1 reply; 9+ messages in thread
From: supadhyay @ 2012-05-10 13:39 UTC (permalink / raw)
  To: git

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.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2012-05-14 17:34 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-05-10 13:39 how to clone/checkout branch/tag vesion from GIT repository supadhyay
2012-05-10 13:56 ` Jeff King
2012-05-10 14:19   ` Suchi Upadhyay
2012-05-10 14:39     ` Jeff King
2012-05-11 12:45       ` supadhyay
2012-05-11 17:22         ` Jeff King
2012-05-12 10:26           ` supadhyay
2012-05-14  6:18             ` supadhyay
2012-05-14 17:33             ` Jeff King

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).