I am fairly new to Git, so I apologize in advance. When I execute command 'git status' on my local copy, it shows that I am 3 commits ahead of the remote. But When I try to 'git push', I get the message that everything is up to date. Can someone please tell me what is going on here?
The output:
$ git status On branch master
Your branch is ahead of 'origin/master' by 3 commits.
(use "git push" to publish your local commits)
nothing to commit, working directory clean