My Bitbucket remote has these latest commits:
Commit Message Commit date
d9578f5f628 Version ***NO_CI*** 3 days ago
3f3aebefcd0 Added files for git build 3 days ago
dab48971291 Version 22.1.0.0113 ***NO_CI*** 6 days ago
8b63be0cb15 Version 22.1.0.0112 ***NO_CI*** 6 days ago
(copied from the web interface commit log)
Locally, I cannot see the latest 2 commits:
> git log --all --oneline -5
5cc97e6108 (HEAD -> default) Version 22.1.0.0114 ***NO_CI***
dab4897129 (origin/default, origin/HEAD) Version 22.1.0.0113 ***NO_CI***
8b63be0cb1 Version 22.1.0.0112 ***NO_CI***
396e33eab1 Version 22.1.0.0111 ***NO_CI***
af86c6a0d9 Version 22.1.0.0110 ***NO_CI***
Even though I successfully (?) fetched before:
> git fetch ssh://[url masked]
From ssh://[url masked]
* branch HEAD -> FETCH_HEAD
What am I missing? I might have done some bad things with git reset earlier. Not an experienced gitter.
PS: I don't want to update my working copy. Just check what latest commits are in the repo.