latest 1.1.394 | nixie project | matrix
The goal of this section is to explain how to push your local changes into myrobotlab repository (basic level).
We assume you have a working local myrobotlab project, with github credentials: http://myrobotlab.org/quick_start
To reduce the complexity of reviewing code, we would like a coding style format to be followed, details can be found here http://myrobotlab.org/content/myrobotlab-coding-style
There are 2 principal branches for MyRobotLab project: develop and master. All work is done on the develop branch because the master branch is frozen since the last release.
We can't push changes directly to the develop branch, as this can break space time without other contributors review, we need to "pull request" from our personal branch. Lets explain with some screenshots...
Now, you are ready to push your mods, lets select files you want to push inside "git staging" tab :
Click on "New pull request" , then configure destination to develop, source is your fresh branch: