My usual git workflow is
git add FILES git status git commit -m \"some remarks\"
where I need the git status
git status
You can do it via creating an alias that executes add first and then status using git config commnad ..
add first and then status
git config