Changes between Version 22 and Version 23 of SourceCodeGit
- Timestamp:
- Jan 14, 2013, 11:32:05 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SourceCodeGit
v22 v23 37 37 It is always under development, and has not necessarily been thoroughly tested. 38 38 39 To checkout the '''master''' branch: 40 {{{ 41 git checkout master 42 }}} 43 39 44 === Client releases === 40 45 … … 45 50 * A 'branch' is created for each released minor version. 46 51 For example, the branch '''client_release_6_2''' is the code for the latest release of version 6.2. 52 53 To checkout the '''client_release_6_12''' branch: 54 {{{ 55 git checkout client_release_6_12 56 }}} 47 57 48 58 === Server releases ===