There was an error while loading. Please reload this page.
Welcome to the cube wiki!
The actual developpement branch is called medical. To clone it, type the following command:
medical
git clone -b medical git@github.com:AdeleResearchGroup/cube.git
Go to the src folder, and type the following command:
src
mvn clean install
You should have maven installed on your machine.
If you work on the medical branch, you should push commits as follow:
git push origin medical