12

Is there a way to find and display in which commit a file has been deleted in Github, but without cloning it locally? For example, using the website's online search form?

sashoalm
  • 75,001
  • 122
  • 434
  • 781
ThomasC
  • 7,915
  • 2
  • 26
  • 26
  • Anyway, for a general Git solution, see http://stackoverflow.com/questions/6839398/find-when-a-file-was-deleted-in-git – sashoalm Jun 18 '14 at 08:46

1 Answers1

1

No, there is no way to do this without cloning the repo.

magikid
  • 308
  • 2
  • 11