BOARD18 Repositories

From BOARD18 Project WIKI
Revision as of 10:27, 1 May 2015 by Rich (talk | contribs) (initial contents for this page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
BOARD18 Repositories
BOARD18 Code Repository
BOARD18 Game Box Repository

Introduction to Repositories

A source code repository is a facility where large amounts of source code for software, web pages and other resources can be kept. These repositories are often used by open-source projects and other multi-developer projects to handle version control and to prevent loss due to local media failures. They allow developers to submit new or modified code in an organized fashion.
A lot of these repositories use a version control system called git. Git was developed by Linus Torvalds to be the repository for the Linux operating system.

BOARD18 Repositories on GitHub

The BOARD18 project uses GitHub to store its remote repositories. There are currently two such repositories. The first contains the BOARD18 source code. The second contains BOARD18 game boxes and BOARD18 game box creation tools. GitHub hosts open source repositories for no charge. The links in the table to the right point to these two repositories.

Accessing GitHub Repositories

If you wish to use git and GitHub to access and/or submit revisions to BOARD18 code, then you must first register with and sign on to GitHub. You can then access step by step instructions for setting up git on your PC.