Skip to content
Snippets Groups Projects
Commit 71592a8d authored by NIDABRAHIM Youssef's avatar NIDABRAHIM Youssef
Browse files

Q2.3

parent 03c30178
No related branches found
No related tags found
No related merge requests found
......@@ -356,14 +356,32 @@ $ git add .
warning: LF will be replaced by CRLF in .gitignore.
The file will have its original line endings in your working directory.
```
>
> On commite cette étape Q2.2
```
$ git commit -m "Q2.2"
[reda_youssef 03c3017] Q2.2
2 files changed, 31 insertions(+), 4 deletions(-)
create mode 100644 .gitignore
```
0. Aficher le status de votre repo `*`
0. Afficher le status de votre repo `*`
```
git status
$ git status
On branch reda_youssef
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
no changes added to commit (use "git add" and/or "git commit -a")
```
> On commite cette étape Q2.2
```
$ git commit -m "Q2.2"
[reda_youssef 03c3017] Q2.2
2 files changed, 31 insertions(+), 4 deletions(-)
create mode 100644 .gitignore
```
0. Créez une branche pour _développer_ la réponse de ce point (nommez là `mybranch-2.4` par exemple)
```
git branch -b reda_youssef_2
......
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