How do I undo 'git add' before commit?
Rajanikant Hawaldar
How do I undo ‘git add’ before commit?
For a single file :
git reset
For all the files :