Undo git add

December 03, 2020

So you ran git add . and realized you want to unstage the changes.

run:

git reset

Search