I made changes to some of my files in my local repo, and then I did git add -A which I think added too many files to the staging area. How can I delete all the
git add -A
To remove all files from staging area use - git reset To remove specific file use - git reset "File path"
git reset
git reset "File path"