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

@aral oh wow! Sometimes we miss the obvious right before our eyes, huh?