How to Undo a Git Add & Git commit
Undo a Git Add before commit To undo git add before a commit, run git reset <file> or git reset to unstage all changes. //…
Design – Plan – Write
Undo a Git Add before commit To undo git add before a commit, run git reset <file> or git reset to unstage all changes. //…