Skip to content
Snippets Groups Projects
Commit fdb2bebc authored by Bourdel Laurent's avatar Bourdel Laurent
Browse files

ReadMe update

parent 40009252
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ Command line instructions ...@@ -4,7 +4,7 @@ Command line instructions
0/ Create SSH keys for rights access on GitLab INSA account in terminal window 0/ Create SSH keys for rights access on GitLab INSA account in terminal window
cmdline : ssh-keygen cmdline : ssh-keygen (fill all questions to empty)
Generating public/private rsa key pair. Generating public/private rsa key pair.
...@@ -28,7 +28,7 @@ Zip .ssh folder and send by mail your secure key for future use ...@@ -28,7 +28,7 @@ Zip .ssh folder and send by mail your secure key for future use
2/ Clone Teacher Repo in terminal window 2/ Clone Teacher Repo in terminal window
Clone repo in your home Clone repo in your home : cd ~
git clone ssh://git@gitlab.insa-rennes.fr:16022/EmbeddedLinux_Group/EmbeddedLinux_UDOO-NEO.git git clone ssh://git@gitlab.insa-rennes.fr:16022/EmbeddedLinux_Group/EmbeddedLinux_UDOO-NEO.git
...@@ -53,7 +53,7 @@ Ask Teacher to add you member of group EmbeddedLinux_UDOO-NEO with Maintainer ri ...@@ -53,7 +53,7 @@ Ask Teacher to add you member of group EmbeddedLinux_UDOO-NEO with Maintainer ri
Choose group "EmbeddedLinux_Group" (drop down menu Project path) Choose group "EmbeddedLinux_Group" (drop down menu Project path)
Name Project like "4CDTI-P2020-<YourName>-LabUdooNeo" Name Project like "4CDTI-P2020-YourName-LabUdooNeo"
Add your co-worker as developer role (Settings/Members) Add your co-worker as developer role (Settings/Members)
...@@ -61,7 +61,7 @@ Add your co-worker as developer role (Settings/Members) ...@@ -61,7 +61,7 @@ Add your co-worker as developer role (Settings/Members)
git remote rename origin origin-teacher git remote rename origin origin-teacher
git remote add origin ssh://git@gitlab.insa-rennes.fr:16022/EmbeddedLinux_Group/4CDTI-P2020-<YourName>-LabUdooNeo git remote add origin ssh://git@gitlab.insa-rennes.fr:16022/EmbeddedLinux_Group/4CDTI-P2020-YourName-LabUdooNeo.git
git remote -v git remote -v
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment