You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.