i need to recover a deleted html file and i cant find the repl history pls help
Welcome to Ask! Replitās got you covered on this one. Simply create a new file with the EXACT same name as the one you deleted and viola! your old file is back.
Iāve done that, the file I deleted was index.HTML
No, i accidentó y deleted the wrong index.html
You had 2 index.html files?
Accidentally, sorry.
I had one in a separate folder
Soo⦠you deleted the one in the folder?
Both I think. But I just wanted to delete the one in the folder. Iāll check.
Yup. Both files are deleted. I need to find a way to access the repo history.
History is only for the code of the file.
Try this:
- Create a
index.html
outside of a folder. - There should be code.
- Go to the aforementioned folder.
- Create a
index.html
in the folder. - There should be code in that one.
- Delete the
index.html
in the folder.
Done!
If that doesnāt work, please tell us!
Nope doesnāt work.
I also created one in the āgamesā folder. Nothing shows up.
Could you delete the file and make a new one with the āIā lowercase?
Try making an index.html
file, not an Index.html
file, since Replit uses linux, and linux files are case-sensitive.
Thank you so Much! You guys are a lifesaver!
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.