larvel project, local development, upload cloud warehouse, pull remote warehouse directly on the server.
after the sudden discovery of, git status today, it prompts your branch is ahead of "origin/master" by 5 commits.
to compare the commit id, with the remote repository exactly the same, without exception.
then ignores it and git pull origin master,pull two commit directly to the latest version, and then git status, discovers that after it becomes ahead of "origin/master" by 7 commits.
, one commit,ahead of is added to each pull. But Mingming and the remote warehouse belong to Synchronize.
every time pull sees information, it is merged by Fast-forward.
how can we solve this problem? (delete library and re-clone does not count)