diff --git a/README.md b/README.md index 92e6c82..3d688b8 100644 --- a/README.md +++ b/README.md @@ -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 ..." to unstage +```