Changes

Line 8: Line 8:     
Click on the Repositories Tab of the project page in Gitorious. Click on "Mainline". A link will appear on the right-hand side of the page saying, "Clone repository".
 
Click on the Repositories Tab of the project page in Gitorious. Click on "Mainline". A link will appear on the right-hand side of the page saying, "Clone repository".
 +
 +
Note: if you (as maintainer) are making a clone to replace a corrupted mainline on your local machine, you'll need to:
 +
 +
  git clone  git://git.sugarlabs.org/yourproject/mainline.git
 +
 +
and delete the [remote] section in
 +
 +
.git/config
    
=== How do I request a merge? ===
 
=== How do I request a merge? ===