GIT Repository
Table of contents
1. Introduction
2. Cloning repository
3. Forking repository
4. Useful links
1. Introduction
Currently, our main source control version tool is SVN. However, we provide a full functional GIT repository on GitHub that is in accordance with SVN trunk. The synchronization is being done after each commit. We accept and handle pull requests (PR's), so you can freely contribute using this mechanism.
More information related to U++'s SVN is located in this article.
Please, do not forget to star our project on GitHub!
2. Cloning repository
To clone our GIT repository, you have to execute the following command in your terminal:
git clone https://github.com/ultimatepp/ultimatepp.git
The repository is visible for everyone, so there is not need to provide any credentials.
3. Forking repository
To create PR, you need firstly fork our repository. Just click on fork button in one of our repositories. After that you can create separate branch on your fork and make contribution. At the end you need to create PR from branch you created.
4. Useful links
External links:
https://github.com/ultimatepp - Ultimate++ organization on GitHub
https://github.com/ultimatepp/ultimatepp - GIT repository
https://github.com/ultimatepp/ultimatepp/commits/master - Latest changes
|