wiki:WorkingWithTheRepository

Version 1 (modified by jdreed, 10 years ago) (diff)

--

For Core Developers

$ git clone git+ssh://git.mit.edu/git/athena/debathena athena
$ cd athena
$ git submodule init
$ git submodule update

This will checkout specific SHA1s for each submodule, but will not switch to the master branch. Checkout the master branch in a submodule _before_ working on it.