forked from Workshops/How-To-Git-Started
How to unstage
This commit is contained in:
parent
cd27c9ebae
commit
8dc1bff09f
@ -20,3 +20,10 @@ If you want to save your https credentials run
|
|||||||
git config --global credential.helper store
|
git config --global credential.helper store
|
||||||
Omit --global to set the identity only in this repository.
|
Omit --global to set the identity only in this repository.
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## Saving changes
|
||||||
|
|
||||||
|
unstage by using
|
||||||
|
```shell
|
||||||
|
use "git reset HEAD <file>..." to unstage
|
||||||
|
```
|
||||||
|
Loading…
Reference in New Issue
Block a user