Skip to content
Snippets Groups Projects
Commit dc7d3adf authored by Clement  SERRE's avatar Clement SERRE
Browse files

4.1

parent 417a531b
No related branches found
No related tags found
No related merge requests found
......@@ -502,7 +502,32 @@ https://gitlab.isima.fr/mazenovi/2017-F2-Forge
##### 4. Remote
0. Afficher l'historique de votre repo
```git
clserre1@A210PC12:/h/Documents/cdpw $ git log master/SERRE_PRUNIER --oneline
313b711 (master/SERRE_PRUNIER) Q3.3
4050489 Q3.1.II - merge error
910e2ac Q3.1.II
e2b7cbf Q3.1.II
87d1e67 Q3.1.II
40028cb Q2.13
665723e Q2.12
51905a3 Q2.5
a4e6b94 Q2.2
bd03bc0 Q2.1
ef6b3f6 Q1.14
9573e3c Q1.12
3bd908e Q1.9
b28292b Q1.8
dd449ba Q1.6
7b7f60f Q1.2
```
0. Ajouter le projet "2017-F2-Forge" comme repository distant `*`
```git
clserre1@A210PC12:/h/Documents/cdpw $ git remote add origin https://gitlab.isima.fr/mazenovi/2017-F2-Forge.git
clserre1@A210PC12:/h/Documents/cdpw $ git commit -am"4.1"
[SERRE_PRUNIER 247182a] 4.1
1 file changed, 22 insertions(+)
```
0. Lister les branches distantes
0. Pousser votre branche de votre repo local sur le repos distant `*`
0. En consultant votre branche sous gitlab, vous devriez constaté que la date de modification du fichier start est plus acienne que celle de votre compte rendu, porquoi alors que le push de toute votre branche est faite en une seule fois ?
......
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