After that, you have a working checkout of the repository.
-h3. Getting write access
+h2. Getting write access
A condition for write (push) access is that you agree that any code or data you push will be licensed under the General Public License, version 2, with or without the "or any later version" clause. In case the directory the changes apply to contains a LICENSE or COPYING file indicating another license, your pushed code has to be dual licensed appropriately. Subdirectories currently having a dual license:
* data/qcsrc/warpzonelib - dual licensed as "GPLv2 or later" or MIT license.
After that, you can write to the reposiotry using the usual git commands (commit, push).
-h3. Working with the helper script "all"
+h2. Working with the helper script "all"
To make working with the repo a little easier there's a little helper script (it's called all, as mentioned in above clone commands). It supports the following commands:
Starts a xonotic dedicated server
-h3. Further git information
+h2. Further git information
About tracking remote branches: