Hi, I just pushed several commits to Bitbucket and they are available and visible in the browser (bitbucket.org). But when trying to pull the commits the response is "Already up to date", also in GitKraken on multiple devices the new commits aren't available to pull.
It sounds like an Bitbucket issue, could there be an issue on Bitbucket?
Hello @Sander Schadenberg !
And welcome to the Community!
It might have been the case that the commits you are looking at on the UI are in a different branch than the branch you are pulling locally.
In this case, could you try to do a fresh clone of the repository using the command below and let us know if the commit is present?
git clone git@bitbucket.org:<workspace>/<repository>.git
git clone https://{username}:{app_password}@bitbucket.org/{workspace}/{repository}.git
Once the repository is cloned, you can use the git show command in the local repo directory to find the commit by its hash :
git show <commit hash>
Let us know if you have any questions or if you run into any issues executing the commands above.
Thank you, @Sander Schadenberg !
Patrik S
Hi Patrik, thanks for your reply. I was working & looking in the right branche.
The problem (& solution) was to renew my App password in Bitbucket, afterwards everything worked as expected again.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.