Every git user is accustomed to this:
> git status On branch master Your branch is up-to-date with \'origin/master\'. nothing to commit, working director
git status is the status of your worktree, one-branch-at-a-time status.
git status
if you want to see all-branch status, do
git branch -avvv