Undo git add

Removes a file that was staged for commit by `git add`. Executing `git reset` without any file name will unstage all changes.

Authored by: genehack
Brought to you by Warp, a free terminal reimagined to work like a modern app.
file

Command
Copy
git reset file
Tags