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
717b390a
Commit
717b390a
authored
7 years ago
by
NIDABRAHIM Youssef
Browse files
Options
Downloads
Patches
Plain Diff
Q1.15
parent
715a4ee8
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
REDA_YOUSSEF.md
+168
-5
168 additions, 5 deletions
REDA_YOUSSEF.md
with
168 additions
and
5 deletions
REDA_YOUSSEF.md
+
168
−
5
View file @
717b390a
...
...
@@ -147,18 +147,181 @@ Use -f if you really want to add them.
```
> On commite cette étape Q1.13
```
git commit -m "Q1.13"
$ git commit -m "Q1.13"
[master 715a4ee] Q1.13
1 file changed, 26 insertions(+), 6 deletions(-)
```
0. Lister le contenu du repertoire courant, afficher le status et la log
```
git ls-files
git status
git log
$ git ls-files
REDA_YOUSSEF.md
start
```
```
$ git status
On branch master
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git checkout -- <file>..." to discard changes in working directory)
modified: REDA_YOUSSEF.md
Untracked files:
(use "git add <file>..." to include in what will be committed)
.gitignore
no changes added to commit (use "git add" and/or "git commit -a")
```
```
$ git log
commit 715a4ee8285da57cd0debd02ef0d2756d7e9408a
Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
Date: Mon Feb 12 22:05:17 2018 +0100
Q1.13
commit 51a5addb0f97faae02a4e72054fb4af151e41fd5
Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
Date: Mon Feb 12 21:53:17 2018 +0100
Q1.10
commit a38f03f0e4779c9aec92bd1bd6dce92c18f03723
Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
Date: Mon Feb 12 21:40:41 2018 +0100
Q1.9
commit abfd2d91c6fff3d02fd132e77c012cc695b2ec84
Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
Date: Mon Feb 12 21:15:48 2018 +0100
Q1.7
:...skipping...
commit 715a4ee8285da57cd0debd02ef0d2756d7e9408a
Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
Date: Mon Feb 12 22:05:17 2018 +0100
Q1.13
commit 51a5addb0f97faae02a4e72054fb4af151e41fd5
Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
Date: Mon Feb 12 21:53:17 2018 +0100
Q1.10
commit a38f03f0e4779c9aec92bd1bd6dce92c18f03723
Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
Date: Mon Feb 12 21:40:41 2018 +0100
Q1.9
commit abfd2d91c6fff3d02fd132e77c012cc695b2ec84
Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
Date: Mon Feb 12 21:15:48 2018 +0100
Q1.7
commit 3ec344ecfd24df41ca97396f27b52ec570297ce3
Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
Date: Mon Feb 12 21:02:43 2018 +0100
Q1.3
```
0.
Avant de commiter affichez les modifications par rapport à la précédente révision ?
`*`
```
git diff
$ git diff
diff --git a/REDA_YOUSSEF.md b/REDA_YOUSSEF.md
index 26d82fc..50663bf 100644
--- a/REDA_YOUSSEF.md
+++ b/REDA_YOUSSEF.md
@@ -147,14 +147,70 @@
Use -f if you really want to add them.
```
> On commite cette étape Q1.13
```
-git commit -m "Q1.13"
+$ git commit -m "Q1.13"
+[master 715a4ee] Q1.13
+ 1 file changed, 26 insertions(+), 6 deletions(-)
```
+
0. Lister le contenu du repertoire courant, afficher le status et la log
```
-git ls-files
-git status
-git log
+$ git ls-files
+REDA_YOUSSEF.md
+start
+```
:...skipping...
diff --git a/REDA_YOUSSEF.md b/REDA_YOUSSEF.md
index 26d82fc..50663bf 100644
--- a/REDA_YOUSSEF.md
+++ b/REDA_YOUSSEF.md
@@ -147,14 +147,70 @@
Use -f if you really want to add them.
```
> On commite cette étape Q1.13
```
-git commit -m "Q1.13"
+$ git commit -m "Q1.13"
+[master 715a4ee] Q1.13
+ 1 file changed, 26 insertions(+), 6 deletions(-)
```
+
0. Lister le contenu du repertoire courant, afficher le status et la log
```
-git ls-files
-git status
-git log
+$ git ls-files
+REDA_YOUSSEF.md
+start
+```
+```
+$ git status
+On branch master
+Changes not staged for commit:
+ (use "git add <file>..." to update what will be committed)
+ (use "git checkout -- <file>..." to discard changes in working directory)
+ modified: REDA_YOUSSEF.md
+Untracked files:
+ (use "git add <file>..." to include in what will be committed)
+ .gitignore
+no changes added to commit (use "git add" and/or "git commit -a")
+```
```
+$ git log
+commit 715a4ee8285da57cd0debd02ef0d2756d7e9408a
+Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
+Date: Mon Feb 12 22:05:17 2018 +0100
+ Q1.13
+commit 51a5addb0f97faae02a4e72054fb4af151e41fd5
+Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
+Date: Mon Feb 12 21:53:17 2018 +0100
+ Q1.10
+commit a38f03f0e4779c9aec92bd1bd6dce92c18f03723
+Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
+Date: Mon Feb 12 21:40:41 2018 +0100
+ Q1.9
+commit abfd2d91c6fff3d02fd132e77c012cc695b2ec84
+Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
+Date: Mon Feb 12 21:15:48 2018 +0100
+ Q1.7
+:...skipping...
+commit 715a4ee8285da57cd0debd02ef0d2756d7e9408a
+Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
+Date: Mon Feb 12 22:05:17 2018 +0100
+ Q1.13
+commit 51a5addb0f97faae02a4e72054fb4af151e41fd5
+Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
+Date: Mon Feb 12 21:53:17 2018 +0100
+ Q1.10
+commit a38f03f0e4779c9aec92bd1bd6dce92c18f03723
+Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
+Date: Mon Feb 12 21:40:41 2018 +0100
+ Q1.9
+commit abfd2d91c6fff3d02fd132e77c012cc695b2ec84
+Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
+Date: Mon Feb 12 21:15:48 2018 +0100
+ Q1.7
+commit 3ec344ecfd24df41ca97396f27b52ec570297ce3
+Author: NIDABRAHIM Youssef <youssef.nidabrahim@um5s.net.ma>
+Date: Mon Feb 12 21:02:43 2018 +0100
+ Q1.3
+```
+
0. Avant de commiter affichez les modifications par rapport à la précédente révision ? `*`
```
git diff
```
```
git add .
```
```
git commit -m "Q1.15"
```
...
...
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