dany3xp
recover deleted files from github on visual studio
UPDATE: I was able to find all of my deleted files using Git Bash! I ran the command
git fsck --lost-found
within the repo directory. It showed all of my deleted files with a prefix dangling blob followed by a hash number. Then the command git show <hash number>
showed the contents of the file. It took a while but I was able to locate all of my code.18 replies