Difference between revisions of "BOARD18 Repositories"

From BOARD18 Project WIKI
Jump to navigation Jump to search
(initial contents for this page)
 
Line 11: Line 11:


==BOARD18 Repositories on GitHub==
==BOARD18 Repositories on GitHub==
The BOARD18 project uses [https://github.com 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. [https://github.com GitHub] hosts open source repositories for no charge. The links in the table to the right point to these two repositories.
The BOARD18 project uses [https://github.com GitHub] to store its remote repository. There are currently two code repositories. The first contains the current BOARD18 source code. The second contains out of date BOARD18 source code and should only be used for historical purposes.  
 
GitHub hosts open source repositories for no charge. The links in the table to the right point to these two repositories.


==Accessing GitHub Repositories==
==Accessing GitHub Repositories==
If you wish to use git and [https://github.com GitHub] to access and/or submit revisions to BOARD18 code, then you must first register with and sign on to [https://github.com GitHub]. You can then access step by step instructions for setting up git on your PC.
If you wish to use git and [https://github.com GitHub] to access and/or submit revisions to BOARD18 code, then you must first register with and sign on to [https://github.com GitHub]. You can then access step by step instructions for setting up git on your PC.

Revision as of 16:36, 12 August 2016

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 repository. There are currently two code repositories. The first contains the current BOARD18 source code. The second contains out of date BOARD18 source code and should only be used for historical purposes.

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.