Looked here, but still baffled.
I did a git pull
of a branch, followed it by a git fetch
.
I still get a message saying my repo is ahead by X commits, and git diff origin/branch
, which, to my understanding, compares my local code with a remote branch, shows a delta.
This is after I pulled and fetched, and looking at my code shows that the reported diffs don't actually exist. My code and the upstream code are identical.
I also tried rebasing based on this link, to no avail.
What am I doing wrong?
Thanks!