0

Both of my remotes are the same location

enter image description here

So how is it possible that they're at different commits?

enter image description here

Farzher
  • 11,368
  • 15
  • 57
  • 93

1 Answers1

4

Yes, it is possible.

What you see are remote tracking branches, as memorized locally in your repo.

They represent the commit as seen the last time you fetch from those remotes.

If you fetch from origin earlier, and then fetch from heroku more recently, that would explain the difference.

Community
  • 1
  • 1
VonC
  • 1,042,979
  • 435
  • 3,649
  • 4,283