From: Bartosz Swiatek Date: Tue, 20 Sep 2011 08:58:17 +0000 (+0200) Subject: - new, howtos for gti admins X-Git-Url: https://git.tld-linux.org/?p=TLD.git;a=commitdiff_plain;h=b1d7305f2cc986ed10e73d8efd70f6538e655df4 - new, howtos for gti admins --- diff --git a/git-admin.txt b/git-admin.txt new file mode 100644 index 0000000..4b52b79 --- /dev/null +++ b/git-admin.txt @@ -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.