I'm just learning how to use Git, and somehow by mistake I've patched files and couldn't figure out how to remove them.
When I type $ git status
it shows me the patched files which I don't want.
I've tried using $ git apply -R <patch>
and it still won't work.
This is what appears when I type $ git status
: