The number and dates of Git commits on two Macs and the Bitbucket website are not matching up.
2009 Mac, abandoned in 2020 because it could not longer be updated in certain areas.
However git status shows: On branch master. Your branch is up to date with 'origin/master'. git log shows latest commits in September 2020
2022 Mac, everything transferred over from 2009 Mac, git status also shows On branch master. Your branch is up to date with 'origin/master'. git log shows latest commits in February 2023, which is correct, and these latest commits are being deployed correctly to staging and production environments, so that part is working properly.
Bitbucket website shows latest commits in May 2020
Question 1, why does the Bitbucket website not list several commits from 2020 which were done on the 2009 Mac, and lists none of the commits done on the 2022 Mac?
Question 2, Yes, the 2009 Mac is behind the current development, but shouldn't it indicate in git status that it is several commits behind the HEAD?
Thanks much for any suggestions
G'day, @Cobra
I'll be honest with you, without reviewing the repository, it's difficult to determine why there is a mismatch commit between the local and remote repositories.
So I've created a support ticket on behalf of you to continue investigating this internally, please view your ticket here.
Cheers,
Syahrul
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.