I am confused how my branch can be ahead. Here is what I did.
- Using one computer (Mac) I pulled this branch from GitHub.
- I added some image files to the project on my PC and pushed them to GitHub
- I revisted my Mac and pulled the repo branch to get the new images.
git status
on the Mac and I get that my branch is ahead of the origin/name by 7 commits
I am worried to commit these changes and push them. My local repo on my PC has the latest version that I pushed to GitHub and I don't want to override those changes with unknown changes pushed from my Mac.
Any idea what has happened?