Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
R3
school
courses
Commits
d0ffc255
Commit
d0ffc255
authored
Jun 11, 2019
by
Laurent Heirendt
✈
Browse files
reorganize fragment of git diff
parent
54e44d2b
Changes
1
Show whitespace changes
Inline
Side-by-side
2019/2019-06-11_gitTraining/slides/essential_commands.md
View file @
d0ffc255
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment