Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
2
2017-F2-Forge
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Youssef NIDABRAHIM
2017-F2-Forge
Commits
db1ca34d
Commit
db1ca34d
authored
7 years ago
by
Dorian Selimovic
Browse files
Options
Downloads
Patches
Plain Diff
Q1.9
parent
80d93978
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
selimovic-compte-rendu.md
+38
-0
38 additions, 0 deletions
selimovic-compte-rendu.md
with
38 additions
and
0 deletions
selimovic-compte-rendu.md
+
38
−
0
View file @
db1ca34d
...
...
@@ -63,8 +63,46 @@ $ git commit -m "Add compte-rendu.md"
```
0.
Renommer ce fichier en préfixant avec vos noms en amendant le commit précédent (
`git commit -m "mon message"`
pour indiquer le mesage de commit directement)
`*`
```
$ mv compte-rendu.md selimovic-compte-rendu.md
$ git add -A
$ git commit -am "Rename compte-rendu"
[master 80d9397] Rename compte-rendu
1 file changed, 21 insertions(+)
rename compte-rendu.md => selimovic-compte-rendu.md (89%)
```
0.
Afficher l'historique de votre repo
```
$ git log
commit 80d939781c8f3b5b501b8461c6dd998245e338dd
Author: Dorian Selimovic <selimovic.dorian@gmail.com>
Date: Mon Feb 5 18:51:55 2018 +0100
Rename compte-rendu
commit e4e58b98b1b008bb0a5000ecfc47c4393d03907d
Author: Dorian Selimovic <selimovic.dorian@gmail.com>
Date: Mon Feb 5 18:49:21 2018 +0100
Q1.5
commit f256d85c1c2f27e7e563b458b7093e896ca61ddd
Author: Dorian Selimovic <selimovic.dorian@gmail.com>
Date: Mon Feb 5 18:47:10 2018 +0100
Q1.3
commit 6bd3cbb92961dcc7cc2887392ba991ddffee4632
Author: Dorian Selimovic <selimovic.dorian@gmail.com>
Date: Mon Feb 5 18:44:36 2018 +0100
Add compte-rendu.md
```
0.
Il ne devrait y avoir que deux entrées dans l'historique pourquoi ?
`*`
>Parce que le commit a été ammendé
0.
Créer un nouveau fichier, nommé start, contenant la date et l'heure actuelle
`*`
0.
Créer un nouveau fichier : file2ignore
0.
Afficher la status de votre copie de travail
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment