How to take part to Diamanlab project
This project is hosted on https://sourcesup.renater.fr/projects/diamanlab/.
Install and configure Git on your computer:
-
-
Create an account on SourceSup:
-
Click on the top right frame “Login with” and follow the steps.
To be able to access the Git remote repository,
indicate your SSH key (create it before if you don't have any:
see here):
-
Bottom frame “Informations relatives au compte shell”, click on “Éditer les clefs” link and add your key.
-
You may have to wait until the registered sshkey is active (it may take an hour).
Get a local copy of the diamanlab project:
Select a folder on your computer where you want to put the copy of the diamanlab project.
Launch Git bash if you use Windows or simply a terminal in this folder and execute
git clone -b development git+ssh://git@git.renater.fr:2222/diamanlab.git
Now you are almost ready to work on Diamanlab code… Before doing so, please read the branching policy