Can someone tell me why git repeatedly tells me I'm ahead a ridiculous number of commits (when in fact I'm not), and why I need to push in order for git to realize that?
> git status
# On branch dev
# Your branch is ahead of 'origin/dev' by 230 commits.
>git push origin dev
Everything up-to-date
Not such a big deal, but always getting a little adrenaline rush when pushing.