Difference between revisions of "Developing Oolite"
From Elite Wiki
(Created page with "= Overview = This page intends to allow you to setup an environment to develop Oolite. = Versioning = == Creating a GitHub account == == Creating a branch on GitHub == ==...") |
(→Versioning) |
||
Line 4: | Line 4: | ||
= Versioning = |
= Versioning = |
||
+ | |||
+ | When developing software, each little modification is tracked independently and assigned a version identifier. |
||
+ | That's called [http://en.wikipedia.com/Software_versioning versioning]. |
||
+ | To do this, we use the [http://en.wikipedia.com/Git_(software) git] software. |
||
+ | |||
+ | The Oolite code is hosted on a git-friendly repository: github. |
||
== Creating a GitHub account == |
== Creating a GitHub account == |
||
+ | |||
+ | Go to https://github.com/ and create an account. |
||
== Creating a branch on GitHub == |
== Creating a branch on GitHub == |
Revision as of 12:53, 19 March 2015
Overview
This page intends to allow you to setup an environment to develop Oolite.
Versioning
When developing software, each little modification is tracked independently and assigned a version identifier. That's called versioning. To do this, we use the git software.
The Oolite code is hosted on a git-friendly repository: github.
Creating a GitHub account
Go to https://github.com/ and create an account.