LoginSignup
24
24

More than 5 years have passed since last update.

git statusを高速化する

Posted at

下記の設定をしておくことでgit statusが高速化します。
インデックスとファイルシステムの比較が複数のスレッドで並列に行われるようになり、WindowsやNFSなどI/Oのレイテンシが大きい場合に特に効果があるようです。

git config core.preloadindex true
24
24
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
24
24