Why Git Show History Does Not Show the Most Recent Commit?
I made two commits to a file (file A
):
- CommitA
- CommitB
When I use "Git Show History" in Rider, only CommitA appears. Why doesn't CommitB show up, and how can I view all changes?

Please sign in to leave a comment.
Which version of Rider do you have installed?
Are the commits made on the same branch? Do you maybe have a filter enabled in the History view (e.g. Branch etc.)?