0

I'd like to know when a directory was removed from a github repo. Is this possible somehow without manually checking the commits? I'd prefer solutions which don't require cloning the repo from github and installing additional tools, but if there is no other option, I can accept those too.

inf3rno
  • 24,976
  • 11
  • 115
  • 197
  • [This post](https://stackoverflow.com/questions/6839398/find-when-a-file-was-deleted-in-git) talks about the same thing in the context of files instead of folders - perhaps it will work for you as well. – Lix Feb 27 '18 at 13:29
  • Git doesn't track directories, only files. – choroba Feb 27 '18 at 13:30
  • If you have an idea of what the contents of that folder was, perhaps you could search for a deleted file *within* that folder. – Lix Feb 27 '18 at 13:31
  • @Joe Thanks! :-) – inf3rno Feb 27 '18 at 13:39

0 Answers0