]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - Repository_Access.md
Ok tut
[xonotic/xonotic.wiki.git] / Repository_Access.md
index fe83cc8b8496776ec3efe27e61f1b35f97994d06..5b6e9d0e03d379cd4e3f7df50eee91679dee188c 100644 (file)
@@ -5,7 +5,7 @@ Xonotic uses several Git repositories. There’s a helper script in the main rep
 The repository also contains several branches next to the stable “master” branch. So if you’re interested in the progress of a certain feature, or want to help or create a new one, you can checkout the appropriate branch.
 For information on how to obtain write access, skip down to the “[Getting write access](Repository_Access#contributing-and-getting-write-access)” section.
 
-For more information about Git we have a page on the wiki [here](Git).
+For more information about the project's structure, see [git](Git).
 
 ***
 
@@ -82,6 +82,8 @@ To update your Git clone, you can repeat the commands above without the first 
     ./all update
     ./all compile
 
+**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`.
+
 ***
 
 Contributing and getting write access