Skip to content
Snippets Groups Projects
Commit 8fc69622 authored by BUI Van Tuan's avatar BUI Van Tuan
Browse files

Merge branch 'main' of serveur-gitlab.lisn.upsaclay.fr:asard/scoring

parents f22c2091 3396e1b7
No related branches found
No related tags found
No related merge requests found
......@@ -48,9 +48,19 @@ GitLab creates your fork, and redirects you to the new fork’s page.
The `main` branch stores the official release history, and the `develop` branch serves as an integration branch for features. The Project leader creates a `develop` branch locally and push it to the server:
* Using SSH if utilizing Ethernet connection:
```bash
git clone git@gitlab.com:[namespace]/scoring.git
git clone git@serveur-gitlab.lisn.upsaclay.fr:[namespace]/scoring.git
cd scoring
```
* Using HTTPS if utilizing Wifi connection:
```bash
git clone https://gitlab.lisn.upsaclay.fr/[namespace]/scoring.git
cd scoring
```
```bash
git branch develop
git push -u origin develop
```
......@@ -68,8 +78,16 @@ Now, add your collaborators to the project:
## Cloning the repository for collaborators:
1. Clone the repository
* Using SSH if utilizing Ethernet connection:
```bash
git clone git@serveur-gitlab.lisn.upsaclay.fr:[namespace]/scoring.git
cd scoring
```
* Using HTTPS if utilizing Wifi connection:
```bash
git clone git@gitlab.com:[namespace]/scoring.git
git clone https://gitlab.lisn.upsaclay.fr/[namespace]/scoring.git
cd scoring
```
......
......@@ -78,4 +78,4 @@ The following steps have been prepared and arranged sequentially for your execut
* Git:
* [ASARD](resources/Git.pdf)
* [ANF QUALITE LOGICIELLE 2023](https://gitlab.in2p3.fr/ri3/ecole-info/2023/anf-qualite-logicielle/-/raw/main/ressources/presentations/slides/git.pdf?inline=false)
* [ANF QUALITE LOGICIELLE 2023](https://gitlab.lisn.upsaclay.fr/asard/anf-qualite-logicielle/-/tree/main/ressources/presentations/slides?ref_type=heads): see files git.pdf and gitlab.pdf
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