I accidentally deleted a few files from my local git repo.
I have not pushed this change to the remote.
Is there a easy way to get these files back from the remo
git checkout .
How do I discard unstaged changes in Git?