Skip to content
Snippets Groups Projects
Commit d0ffc255 authored by Laurent Heirendt's avatar Laurent Heirendt :airplane:
Browse files

reorganize fragment of git diff

parent 54e44d2b
No related branches found
No related tags found
No related merge requests found
......@@ -54,13 +54,6 @@ $ git status
# uncommitted changes (displayed in red)
```
<div class="fragment">
**ADVANCED**: see your changes in the terminal
```bash
$ git diff
```
exit with `q`
<div class="fragment">
......@@ -71,6 +64,14 @@ $ git status
# returns the same as before, generally in green (means staged)
```
<div class="fragment">
**ADVANCED**: If there have been more changes after the file has been added, you can see your changes in the terminal
```bash
$ git diff
```
exit with `q`
## Add a commit message
......
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