Add text about staging

This commit is contained in:
Bastian 2020-01-09 16:51:34 +01:00
parent 6923ed71c9
commit 4da2c0c3b4
1 changed files with 1 additions and 1 deletions

View File

@ -150,7 +150,7 @@ git add file1 file2
git add *
```
Committing files with commit message
Committing files with commit message, this will stage your changes
```shell
git commit -m "your commit message"
```