1
Reply

How do I undo 'git add' before commit?

How do I undo ‘git add’ before commit?

    For a single file :

    git reset

    For all the files :

    git reset