From: corecode Date: Tue, 3 Nov 2009 20:28:41 +0000 (-0800) Subject: (no commit message) X-Git-Url: https://gitweb.dragonflybsd.org/ikiwiki.git/commitdiff_plain/89f148173188e0ae095b0989ccdbe6de3d943e55 --- diff --git a/docs/developer/TypicalGitUsage.mdwn b/docs/developer/TypicalGitUsage.mdwn index 21ec746e..4fd248de 100644 --- a/docs/developer/TypicalGitUsage.mdwn +++ b/docs/developer/TypicalGitUsage.mdwn @@ -1,6 +1,6 @@ -# Mastering the DragonFly git repository +[[!meta title="Mastering the DragonFly git repository"]] -[[!toc levels=3]] +[[!toc levels=1]] ## Clone the repository @@ -8,7 +8,7 @@ First you go in your work directory and clone the DragonFly repository. While ** > git clone -o chlamydia git://chlamydia.fs.ei.tum.de/dragonfly.git -If you are a developer, you should create a ***remote*** entry for pushing to ***crater***: +If you are a committer, you should create a ***remote*** entry for pushing to ***crater***: > git remote add crater ssh://crater.dragonflybsd.org/repository/git/dragonfly.git