Difference between revisions of "git"

From OpenKore Wiki
Jump to navigation Jump to search
m (trailing colon)
m (Conversion script moved page Git to git: Converting page titles to lowercase)
 
(No difference)

Latest revision as of 22:35, 26 April 2021

Git is the version control system adopted by OpenKore in 2016. It is the replacement for the old SVN version control on SourceForge.

OpenKore on GitHub

Official Project Page

From a console, you can clone the most recent version of the source code by typing:

git clone https://github.com/openkore/openkore

If you'd like to contribute to the project, you can make your own fork and submit pull requests on GitHub or send patches to developers on the OpenKore Forums or IRC.

Git Tutorials

If you'd like to learn more about using Git, the official documentation has a lot of detailed tutorials.