I push all my local changes to the Pantheon git repository, then I update core via the pantheon dashboard. Now I pull from the Pantheon repository with git pull git://github.com/pantheon-systems/drops-7.git master
. I am assuming that both versions are identical now. However, when I run git status
, I get a message about my branch being ahead of origin/master.
Can somebody explain this to me? How can I get the local and remote repository in sync?