Checkout¶
Public Checkout¶
To do a public checkout of the kernel, use the following:
git clone git://pedigree-project.org/pedigree.git pedigree
Once this completes, run:
git submodule update --init
The tree is now checked out.
Developer Checkout¶
To checkout a working copy of pedigree, use:
git clone ssh://<username>@pedigree-project.org/git/pedigree.git pedigree
You'll need to have been added by an administrator and you'll need a SSH key.
Once this completes, run:
git submodule update --init
The tree is now checked out.