rogerxu / git-tips

Tips for Git
Apache License 2.0
2 stars 3 forks source link

Git windows consumes CPU and memory #23

Closed rogerxu closed 7 years ago

rogerxu commented 7 years ago

In the process monitor it shows

Image path

C:\Program Files\Git\mingw64\bin\git.exe

Command line

git ls-files -o -i --exclude-standard
rogerxu commented 7 years ago
git ls-files -o -i --exclude-standard

It means show only ignored files. It will be huge because node_modules.

rogerxu commented 7 years ago

Not reproduced now.