How to unstage

This commit is contained in:
Bastian 2020-01-08 13:03:33 +00:00
parent cd27c9ebae
commit 8dc1bff09f
1 changed files with 7 additions and 0 deletions

View File

@ -20,3 +20,10 @@ If you want to save your https credentials run
git config --global credential.helper store
Omit --global to set the identity only in this repository.
```
## Saving changes
unstage by using
```shell
use "git reset HEAD <file>..." to unstage
```