diff options
Diffstat (limited to 'tools/gitolite.html')
-rw-r--r-- | tools/gitolite.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/gitolite.html b/tools/gitolite.html index d3eb8de..94abda0 100644 --- a/tools/gitolite.html +++ b/tools/gitolite.html @@ -218,6 +218,15 @@ $ git push </pre> + <h4>3.3.3 Delete Repository</h4> + + <pre> + # cd /srv/gitolite/repositories/ + # rm -rf c9-doc.git + </pre> + + <p>On workstation edit conf/gitolite.conf and remove c9-doc.</p> + <h2 id="hooks">4. Gitolite Hooks</h2> <p>This document creates three scripts, one is run when gitolite receives |