Undo git add
How to undo/remove file after 'git add'
Last updated
Was this helpful?
How to undo/remove file after 'git add'
Last updated
Was this helpful?
Lets say you mistakenly added a file using the following command.
To undo adding run the following.
Dont do git reset, you will loose changes