3 The repository is accessed using git.
7 First, you install git using your favorite package manager. Then:
10 git clone git://git.xonotic.org/xonotic/xonotic.git
15 After that, you have a working checkout of the repository.
17 h3. Getting write access
19 To apply for write access, make an issue of type "Support" in the category "Repository" and attach your public SSH key to it.
21 To cleanly check out then, you would do:
24 git clone ssh://xonotic@git.xonotic.org/xonotic.git
29 If you already have a checkout, you would do:
32 git config remote.origin.url ssh://xonotic@git.xonotic.org/xonotic.git
36 After that, you can write to the reposiotry using the usual git commands (commit, push).
40 TODO info for TortoiseGit