Undo git rm -f [file]
1 answer
Since you used -f
, there shouldn't be a way in git to get them back. But: if you haven't reset the files to a previous version yet, there is a good chance the actual data is still on your hard drive .
You can use software that scans your drive for deleted but recoverable files. There should be some of these programs for every major OS. On Windows I have used Undelete360 successfully , but there are other options as well.
+1
source to share