Day 6: How To Undo A Git Add All
...BEFORE committing
I use git add * a lot.Actually, I use gita, gits, gitcm, gitp, as they are my Bash Aliases.
Next time, when you git add all and 2 dozen files are inadvertently added. Try these:
git reset - Deducts ALL the files you just staged
...
mattcc.hashnode.dev1 min read