This wiki is archived and useful information is being migrated to the main bzflag.org website

Difference between revisions of "BZFlag Git"

From BZFlagWiki
Jump to: navigation, search
(Created page with "BZFlag_Git is used by the developers to keep track of changes to the sources of BZFlag. The sources for the most recent version of BZFlag can be found on [https://github....")
 
Line 1: Line 1:
[[BZFlag_Git]] is used by the developers to keep track of changes to the sources of BZFlag.
+
The version control system Git is used by the developers to keep track of changes to the sources of BZFlag.
  
The sources for the most recent version of BZFlag can be found on [https://github.com/BZFlag-Dev/bzflag githib].
+
The git repo is hosted by github. You can find an overview [https://github.com/BZFlag-Dev/bzflag this] page.
 +
 
 +
To get a copy of the sources for BZFlag you need git. Once installed use
 +
 
 +
  git clone https://github.com/BZFlag-Dev/bzflag.git
 +
 
 +
to clone the repository.

Revision as of 09:52, 6 January 2016

The version control system Git is used by the developers to keep track of changes to the sources of BZFlag.

The git repo is hosted by github. You can find an overview this page.

To get a copy of the sources for BZFlag you need git. Once installed use

 git clone https://github.com/BZFlag-Dev/bzflag.git

to clone the repository.