]> TLD Linux GIT Repositories - TLD.git/commitdiff
- new, howtos for gti admins
authorBartosz Swiatek <shadzik@tld-linux.org>
Tue, 20 Sep 2011 08:58:17 +0000 (10:58 +0200)
committerBartosz Swiatek <shadzik@tld-linux.org>
Tue, 20 Sep 2011 08:58:17 +0000 (10:58 +0200)
git-admin.txt [new file with mode: 0644]

diff --git a/git-admin.txt b/git-admin.txt
new file mode 100644 (file)
index 0000000..4b52b79
--- /dev/null
@@ -0,0 +1,39 @@
+This howto is for Titaniums Git Admins.
+You will find here useful commands to administrate Git repositories in TLD,
+add new developers etc.
+
+Remember!
+"With great power comes great responsibility"
+
+Table Of Content
+
+1. Adding a new developer account
+2.
+3.
+
+==============================================================================
+1. Adding a new developer account
+
+This is fairly simple. Start with cloning our gitolite-admin repository
+
+a) git clone git@git.tld-linux.org:gitolite-admin
+b) Now edit "conf/gitolite.conf" and add the new username/login to the 
+   @developers section.
+c) Copy the public SSH-key to "keydir/login.pub". Be sure to use the same 
+   login you added in gitolite.conf earlier, otherwise the user won't get
+   access to the repositories.
+d) Push your changes
+
+   *git config --local user.email login@tld-linux.org 
+   git commit -a
+   git push
+
+* - skipt this step if you've done this already once
+
+==============================================================================
+2.
+
+
+
+==============================================================================
+3.