Skip to content

Development

L. K edited this page Apr 16, 2020 · 2 revisions

Information on developing features for this game is described here.

Git Branches

  • master - stable working versions
  • develop - Branches from master. Unstable versions. When stable, merge back into master. Don't delete this branch.
  • feature - Branches from develop. Make your feature. Then merge back into develop and delete this branch.
Clone this wiki locally