Undo git add
How to undo/remove file after 'git add'
git add abc.txtgit reset HEAD abc.txtgit reset abc.txt < ---- DONT DO THISLast updated
How to undo/remove file after 'git add'
git add abc.txtgit reset HEAD abc.txtgit reset abc.txt < ---- DONT DO THISLast updated