0

I am looking for a complete list of all files that git does not know about in the repository (e.g: hidden, ignored, invisible, etc.).

Background: I am using medium size repository of ~13500 files (~218MB unpacked) and want to identify some possible problems with the repository, as it gets slower and slower over time, especially when executing simple commands like git status.

Mark Rotteveel
  • 90,369
  • 161
  • 124
  • 175
Egel
  • 1,678
  • 2
  • 22
  • 34
  • Unfortunately not. I want to find all of those files that git does not know about (hidden, ignored, invisible, etc.). Untracked files are only a small portion of the files that the git does not know about. – Egel Apr 20 '22 at 11:17

0 Answers0