[mythtv-users] Does this git command get me master ( latest commits ) ?

Patrick Oglesby octoberblu3 at gmail.com
Thu Mar 8 14:36:10 UTC 2012


On Wed, Mar 7, 2012 at 3:51 PM, Mark <markhsa at gmail.com> wrote:
> git clone git://github.com/MythTV/mythtv.git; git clone
> git://github.com/MythTV/packaging.git
>
> Or should I somehow be specifying "master" somewhere?
>
> I simply want to get the very latest .25 commits and am new to git.
>
> Thanks,
>
> Mark

Unlike SVN where you can checkout a single branch, git clone will copy
the entire code repository including master, the 0.??-fixes branches,
and any other random branches currently in the tree (like jya's
backports branches).

As Michael said, by default you will see the "master" branch in your
working directory.

- Patrick


More information about the mythtv-users mailing list