General instructions on using git can be found on fd.o's [[http://www.freedesktop.org/wiki/Infrastructure/git|Git pages]]. For a quick getting started guide, there is the [[http://www.kernel.org/pub/software/scm/git/docs/everyday.html|Everyday Git With 20 Commands Or So]] guide from the Git homepage. For more in depth git documentation, see the resources on [[http://git-scm.com/documentation|the Git community documentation page]]. A quick [[http://www.x.org/wiki/ModularDevelopersGuide#head-c108c1fd0be50c522e5dd12cf62814cd8d2f7234|guide]] on how to get the complete xorg modular tree. == Branches == Instead of using a kernel-style personal repository model for long-lived branches, we favour actually using branches (e.g. mpx, input-hotplug, pci-rework, randr-1.2) within the repository. Ideally, these should not be created on a whim, as they will stick around forever once pushed.