Testing with the rm
command in Git I ended up removing all my files from my drive.
The command that caused this to happen is the following:
git rm . -r
Now my file system contains only the directories while all the files that I have previously added to Git are missing.
How can I restore all the files from the Git repository?