From 8dc1bff09fb899e88f03d333b2af86e56ecaeee2 Mon Sep 17 00:00:00 2001 From: Bastian Date: Wed, 8 Jan 2020 13:03:33 +0000 Subject: [PATCH] How to unstage --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) 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 +```