I've started filling out the 'install from git' page on mediawiki.org with some of this information:
https://www.mediawiki.org/wiki/Download_from_Git Of course, be bold and add to it as you see fit. On Fri, Mar 23, 2012 at 1:55 PM, Jeremy Baron <[email protected]> wrote: > On Fri, Mar 23, 2012 at 16:44, Antoine Musso <[email protected]> wrote: > > March 23 2012 18:30, Chad wrote: > >> `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` > > > > One can get a list of tag with `git tag -l` > > > > Sorted with `git tag -l | sort -n -t. -k1 -k2 -k3` > > better ordering: `git tag -l | sort -V` > > _______________________________________________ > Wikitech-l mailing list > [email protected] > https://lists.wikimedia.org/mailman/listinfo/wikitech-l > -- Arthur Richards Software Engineer, Mobile [[User:Awjrichards]] IRC: awjr +1-415-839-6885 x6687 _______________________________________________ Wikitech-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikitech-l
