Skip to content

GitHub Basics

Isaiah Frey edited this page May 10, 2018 · 3 revisions

GitHub allows collaborative projects and real time code updates that merge easily into a master script. Collaborators can contribute game edits or ideas by submitting or accepting issues. Once they have accepted an issue and committed their changes, they can submit a pull request to merge their code with the main code. This way the game can be improved by everyone at their own paces.

Terminology

GitHub glossary available here.

Clone this wiki locally