recursive git status
~
/
tool_howtos
/
git
git status **/* *
**/*: represents every file in a subdirectory
*: represents every file in the root directory
edit this page