git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* Remote branchs -- how can I check them out?
@ 2011-01-30 15:05 João Paulo Melo de Sampaio
  2011-01-30 16:05 ` Konstantin Khomoutov
  2011-01-30 16:35 ` Jakub Narebski
  0 siblings, 2 replies; 9+ messages in thread
From: João Paulo Melo de Sampaio @ 2011-01-30 15:05 UTC (permalink / raw)
  To: GIT Mailing List

Hello, people.

When I just cloned git using

    git clone git://git.kernel.org/pub/scm/git/git.git

and I type

    git branch

it shows me I have only the 'master' branch in my local repository

    * master

and when I type

    git branch -a

it shows that there's all these branches remotely

    * master
      remotes/origin/HEAD -> origin/master
      remotes/origin/html
      remotes/origin/maint
      remotes/origin/man
      remotes/origin/master
      remotes/origin/next
      remotes/origin/pu
      remotes/origin/todo

What do I have to do to be able to see what's in the 'maint', 'next'
and 'todo' branches, for example?

And by the way, what are those branches all about? Their names
suggests they are maintenance branches (where you keep backward
compatibility with an older version?), the next version of git (1.7.4
version?) and future features under implementation (the to-do list?).

Thank you for your time!

-- 
João Paulo Melo de Sampaio
Computer Engineering Student @ UFSCar
Website: http://www.jpmelos.com
Twitter: twitter.com/jpmelos (@jpmelos)

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

end of thread, other threads:[~2011-01-31  2:51 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-01-30 15:05 Remote branchs -- how can I check them out? João Paulo Melo de Sampaio
2011-01-30 16:05 ` Konstantin Khomoutov
2011-01-30 21:32   ` [RFC/PATCH 0/2] " Jonathan Nieder
2011-01-30 21:33     ` [PATCH 1/2] Documentation/branch: split description into subsections Jonathan Nieder
2011-01-31  1:55       ` Sverre Rabbelier
2011-01-30 21:35     ` [PATCH 2/2] Documentation/branch: briefly explain what a branch is Jonathan Nieder
2011-01-31  2:51       ` Junio C Hamano
2011-01-31  0:35     ` [RFC/PATCH 0/2] Re: Remote branchs -- how can I check them out? João Paulo Melo de Sampaio
2011-01-30 16:35 ` Jakub Narebski

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).