experimentalCode

Edwin Miguel Triana

Experimental repository

Download the source code from console

git clone ssh://username@git.code.sf.net/p/maritaca/experimental maritaca-experimental
cd maritaca-experimental

Add the upstream repo to sync files from the main repository.

If you have write permissions in the main repository
git remote add upstream ssh://username@git.code.sf.net/p/maritaca/gcode
or if you have read-only permissions
git remote add upstream git://git.code.sf.net/p/maritaca/gcode
finally, update the code
git fetch upstream

Updating the code from experimental repository

git push origin master

Updating the code from main repository

git fetch upstream
git merge upstream/master

Development environment

For configuring the development environment please see the Setting up the development environment guide, taking into account that the repository must be change to maritaca/experimental.


Related

Wiki: Home

MongoDB Logo MongoDB