LoginSignup
10
3

More than 5 years have passed since last update.

git statusなどがNFS環境でとても遅いときに72倍速くする方法

Last updated at Posted at 2018-09-07

NFS環境下で大量にファイルがある状況だと、とても git status が遅いことがある。これは下記コマンドで stat を無視するようにすると改善する。

git config core.ignoreStat true
10
3
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
10
3