Skip to content

Git notes

Oliver Tseng edited this page Oct 31, 2024 · 3 revisions

git status is taking too long

git config --global status.showUntrackedFiles no

git config --add oh-my-zsh.hide-status 1

git config --add oh-my-zsh.hide-dirty 1

Clone this wiki locally