Skip to content
Snippets Groups Projects
Commit 0892024a authored by Dorian Selimovic's avatar Dorian Selimovic
Browse files

Q4.2

parent 4b78aee8
No related branches found
No related tags found
No related merge requests found
......@@ -520,7 +520,40 @@ v
##### 4. Remote
0. Afficher l'historique de votre repo
```
$ git log --oneline
4b78aee Q3.7
677502e Solve conflict while merging selimovic-3.6 into selimovic
4e7f0e3 Q3.6.3
704d8d6 Q3.6.2
bec7f38 Q3.5.2
1032a2f Merge branch 'selimovic-2.4' into selimovic
2fadf41 Q3.4
1a2af7c Q3.3
0d8fcb8 Q3.1.2
6ff966f Q2.11
4b3e42e Q2.10
b41b6f3 Q2.7
9b99cb6 Q2.6
ae470aa Q2.4.3
77e2569 Q2.4.2
434403c Q2.3
992376b Q2.2
7a07334 Q1.15
02672f8 Q1.13
696e5f9 Q1.10
db1ca34 Q1.9
80d9397 Rename compte-rendu
e4e58b9 Q1.5
f256d85 Q1.3
6bd3cbb Add compte-rendu.md
```
0. Ajouter le projet "2017-F2-Forge" comme repository distant `*`
```
$ git remote add origin https://gitlab.isima.fr/mazenovi/2017-F2-Forge.git
```
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