--- /dev/null
+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.