[2026-05-25 09:44:44.293] Building graph with 36 commits, first parent only: false
[2026-05-25 09:44:44.293] Graph built with 36 vertices and 1 branches
The commits that you don't see are the commits on the remote branch. You see in the advanced branch that your local branch is at 20250522 0, while the remote branch is at 20260525 4. The basic view only shows the local branch since that is where you are working in. The other commits above it are not in your local repository, you need to do a pull to get those changes into your local project and then they also become visible in the basic view.
If the remote is being tracked in git then it will show a counter next to the push and pull buttons with how many commits your branch is behind/ahead of the remote. We currently don't track automatically but it is planned.
You can enable upstream tracking with the git cli:
It can be that we will change the view if it is too confusing for users. The basic view is based on the Github desktop app which shows a similar list for the History.