Why Git Show History Does Not Show the Most Recent Commit?

I made two commits to a file (file A):

  1. CommitA
  2. 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?

0
1 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.)?

 

0

Please sign in to leave a comment.