watch -n 2 'git status --short; git --no-pager diff --shortstat;'
while :; do clear; git status --short; git --no-pager diff --shortstat; sleep 2; done