On Fri, Mar 23, 2012 at 1:14 PM,  <[email protected]> wrote:
> I followed the instruction in the announcement email:
>
> "To do a simple Git clone, the command is:
> git clone https://gerrit.wikimedia.org/r/p/mediawiki/core.git";
>
> however this gives me version 1.20alpha.
>
> 'git branch' shows no branches other than master.
>

`git branch -r` will show you all of the remote branches.

To checkout the 1.18 branch, you'd then do
`git checkout origin/REL1_18`

-Chad

_______________________________________________
Wikitech-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikitech-l

Reply via email to