www-data@HTS-ITFLOW01:~/html$ git remote update
Fetching origin
www-data@HTS-ITFLOW01:~/html$ git status -uno
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit (use -u to show untracked files)
www-data@HTS-ITFLOW01:~/html$ -u
bash: -u: command not found
www-data@HTS-ITFLOW01:~/html$ git status -u
On branch master
Your branch is up to date with 'origin/master'.
nothing to commit, working tree clean
@johnny - answered my own question posting here if this helps.