我对Git很新,所以我提前道歉。当我在本地副本上执行命令'git status'时,它显示我在远程之前提交了3个提交。但是当我尝试'git push'时,我得到的信息是一切都是最新的。有人可以告诉我这里发生了什么吗?
输出:
$ 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