Tag: gitstat

git status Without the Untracked Files

Don’t show the untracked files in git status git status | perl -pe “exit if(/Untracked files\:/)”