I just erased my project
As the title says. I put the wrong value inside a clean up code and I wiped everything. I did not push any important work. I just want to cry but at least I can offer it to you.
Do not hesitate to push even if your project is in a broken state.
You're viewing a single thread.
Do you at least have some local commits to get back to? Or did your job remove the .git folder as well? 👀
also removed .git
You have backups? Right?
what garbage cleanup tool gets rid of dotfiles, especially .git? if you let us know we can learn to avoid it
shutil.remove_tree(BASE_DIR) instead of shutil.remove_tree(TEMP_DIR) inside of tear down code
shutil.remove_tree(BASE_DIR)
shutil.remove_tree(TEMP_DIR)
oh, I see. well, lessons learned hopefully! :)
On top of that, the content of .git/objects/ is write protected, so even if you go rm -r, you'll get an additional warning.
.git/objects/
rm -r