git: Difference between revisions
Jump to navigation
Jump to search
(Replacement for the now deprecated SVN page) |
|||
(One intermediate revision by one other user not shown) | |||
Line 13: | Line 13: | ||
==Git Tutorials== | ==Git Tutorials== | ||
If you'd like to learn more about using Git, [http://www.git-scm.com/doc the official documentation] has a lot of detailed tutorials | If you'd like to learn more about using Git, [http://www.git-scm.com/doc the official documentation] has a lot of detailed tutorials. |
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
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.