Today I learned you can show the git status for a specific directory simply by specifying it. e.g., for the current directory:
git status .
#git #dev #devTips