Added adding and comitting

This commit is contained in:
Bastian 2020-01-09 13:09:17 +01:00
parent 17b543e406
commit bc35654807
1 changed files with 8 additions and 0 deletions

View File

@ -111,6 +111,14 @@ Or you can add an SSH key
## Saving changes
```shell
git add file1 file2
git add *
```
```shell
git commit -m "your commit message"
```
unstage by using
```shell
use "git reset HEAD <file>..." to unstage