<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="Content-Type">
<title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
On 12/03/2010 02:50 PM, Robin Gilks wrote:
<blockquote
cite="mid:a0bf1bcfbb920d46efb24af49421ef2b.squirrel@gilks.ath.cx"
type="cite">
<pre wrap="">
</pre>
<blockquote type="cite">
<pre wrap="">On 3 December 2010 22:05, Robin Gilks <a class="moz-txt-link-rfc2396E" href="mailto:g8ecj@gilks.org"><g8ecj@gilks.org></a> wrote:
</pre>
<blockquote type="cite">
<blockquote type="cite">
<pre wrap="">git://github.com/MythTV/mythtv.git
Hope that helps ;)
</pre>
</blockquote>
<pre wrap="">
It certainly does in so far as I still get a certificate error using the
https request but I can now do a "git clone
git://github.com/MythTV/mythtv.git" successfully but I want the
02.4-fixes
branch and clone only gets me the master and "git branch" only lists
master.
</pre>
</blockquote>
<pre wrap="">
Please read some documentation on how to use git and branches, there
are hundreds of tutorial out there..
git clone git://github.com/MythTV/mythtv.git
cd mythtv
git checkout fixes/0.24
</pre>
</blockquote>
<pre wrap="">
I'd worked what git commands to use for myself but I'd be interested in
how you knew the branch was called "fixes/0.24" - nothing I found
documented on the mythtv or github site actually says that.
Cheers
</pre>
</blockquote>
Cd into the mythtv folder and send this command... <code>git branch
-a<br>
It will list all the branches in your repo..<br>
</code>
</body>
</html>