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