]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Repository_Access.md
Update Archive
[xonotic/xonotic.wiki.git] / Repository_Access.md
index d36f381327d2b6371eaf782462e7c32cf620126e..8d034b005e206f767ed63dbc1c6e17fb63163130 100644 (file)
@@ -80,8 +80,8 @@ To update your Git clone:
 
     cd xonotic
     ./all checkout  # switch to main branch on all repos (usually master)
-    ./all update
-    ./all compile -r
+    ./all update  # pull and prune
+    ./all compile -r  # recompile what changed
 
 **Note:** The compiled binary will have a faint watermark with the git revision. To remove it completely put `set menu_watermark ""` into your `autoexec.cfg`.
 
@@ -89,7 +89,7 @@ To update your Git clone:
 
 ***
 
-If you run into issues with the latest version you can easily revert to an older one. Since most bugs are caused by the game code rather that the engine, you just need to downgrade that repository. Inside the main xonotic repository, use `cd data/xonotic-data` and then `git checkout <some older commit>`. After that go back `cd -` and `./all compile` (with the optional `-r` flag).
+If you run into issues with the latest version you can easily revert to an older one. Since most bugs are caused by the game code rather that the engine, you just need to downgrade that repository. Inside the main xonotic repository, use `cd data/xonotic-data.pk3dir` and then `git checkout <some older commit>`. After that go back `cd -` and `./all compile` (with the optional `-r` flag).
 
 ***
 
@@ -100,7 +100,7 @@ A condition for write (push) access is that you agree that any code or data you
 \* data/qcsrc/warpzonelib - dual licensed as “GPLv2 or later” or MIT license.
 In case the code you pushed was not written by you, it is your responsibility to ensure proper licensing.
 
-To apply for write access, add your SSH key to your GitLab account and ask for access in #xonotic on the FreeNode IRC channel.
+To apply for write access, add your SSH key to your GitLab account and ask for access in #xonotic on the FreeNode IRC network or [request access](https://docs.gitlab.com/ce/user/group/index.html#request-access-to-a-group) using the GitLab interface.
 
 ### Windows/Linux/OS X