Scheduled git prefetch:
git maintenance start
Accelerate git status:
git config --global core.fsmonitor true
git config --global core.untrackedcache true
Disable sleep on macOS to avoid interrupting background network tasks with screen lock:
sudo pmset -a sleep 0
sudo pmset -a hibernatemode 0
sudo pmset -a disablesleep 1