Blog
Home
Posts
Devlog
ADRs
TILs
Tags
Git | Make Status Command Faster
November 2, 2023
Context
Question
How to speedup
git status
?
Answer
git config feature.manyFiles 1
What I Learned
Resources
speed up git in big repos with this trick (beginner) anthony explains #255
Tags:
Git