Changes between Version 22 and Version 23 of SourceCodeGit


Ignore:
Timestamp:
Jan 14, 2013, 11:32:05 AM (11 years ago)
Author:
romw
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SourceCodeGit

    v22 v23  
    3737It is always under development, and has not necessarily been thoroughly tested.
    3838
     39To checkout the '''master''' branch:
     40{{{
     41git checkout master
     42}}}
     43
    3944=== Client releases ===
    4045
     
    4550 * A 'branch' is created for each released minor version.
    4651  For example, the branch '''client_release_6_2''' is the code for the latest release of version 6.2.
     52
     53To checkout the '''client_release_6_12''' branch:
     54{{{
     55git checkout client_release_6_12
     56}}}
    4757
    4858=== Server releases ===