]> de.git.xonotic.org Git - xonotic/xonotic.wiki.git/commitdiff
How to downgrade
authorMartin Taibr <taibr.martin@gmail.com>
Fri, 19 Aug 2016 19:02:48 +0000 (19:02 +0000)
committerMartin Taibr <taibr.martin@gmail.com>
Fri, 19 Aug 2016 19:02:48 +0000 (19:02 +0000)
Repository_Access.md

index d4579d35d812fe9cfd3b83908232eeccf8e3e4fd..4e78fd1dbb6f888f9482a1afc9e0a844333f8a64 100644 (file)
@@ -87,6 +87,10 @@ To update your Git clone, you can repeat the commands above without the first 
 
 ***
 
 
 ***
 
+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).
+
+***
+
 Contributing and getting write access
 -------------------------------------
 
 Contributing and getting write access
 -------------------------------------