Changes between Initial Version and Version 1 of WorkingWithTheRepository


Ignore:
Timestamp:
10/04/13 12:39:20 (11 years ago)
Author:
jdreed
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkingWithTheRepository

    v1 v1  
     1== For Core Developers == 
     2{{{ 
     3$ git clone git+ssh://git.mit.edu/git/athena/debathena athena 
     4$ cd athena 
     5$ git submodule init 
     6$ git submodule update 
     7}}} 
     8 
     9This 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.