]> TLD Linux GIT Repositories - TLD.git/blob - git-admin.txt
- new, howtos for gti admins
[TLD.git] / git-admin.txt
1 This howto is for Titaniums Git Admins.
2 You will find here useful commands to administrate Git repositories in TLD,
3 add new developers etc.
4
5 Remember!
6 "With great power comes great responsibility"
7
8 Table Of Content
9
10 1. Adding a new developer account
11 2.
12 3.
13
14 ==============================================================================
15 1. Adding a new developer account
16
17 This is fairly simple. Start with cloning our gitolite-admin repository
18
19 a) git clone git@git.tld-linux.org:gitolite-admin
20 b) Now edit "conf/gitolite.conf" and add the new username/login to the 
21    @developers section.
22 c) Copy the public SSH-key to "keydir/login.pub". Be sure to use the same 
23    login you added in gitolite.conf earlier, otherwise the user won't get
24    access to the repositories.
25 d) Push your changes
26
27    *git config --local user.email login@tld-linux.org 
28    git commit -a
29    git push
30
31 * - skipt this step if you've done this already once
32
33 ==============================================================================
34 2.
35
36
37
38 ==============================================================================
39 3.