Added git diff

This commit is contained in:
Bastian 2020-01-09 13:14:14 +01:00
parent de76050ad2
commit c2d2fc323d
1 changed files with 4 additions and 0 deletions

View File

@ -110,6 +110,10 @@ Omit --global to set the identity only in this repository.
Or you can add an SSH key
## Saving changes
See changes that have been made
```shell
git diff
```
Adding files to commit
```shell