Ctrl+P
Quickly rollback file changes.
Cmd+R Cmd+R
Rollback changes on file:
git clean -fx <file>
git restore -WS <file>