How to git un-add (undo "git add" command) a file

how-to-git-un-add-undo-git-add-command-a-file.sh
git reset [filename]

will undo a previous git add [filename] call - one could say, it un-adds filename


Check out similar posts by category: Git