Version control(GIT). How do I view all history commits, Suppose I have committed 10 times, how should I view the ten commits?

A file can see all of it, but what I want to see is the record of every submit, see which files I change.

For example, yesterday I submitted an amendment to modify the three files A,B and C, and today I submitted another amendment to modify the two files X and Y. I want to see each submission and which files have been modified in each submission

Does this function exist? If not, forget it. I just want to know about it

In the file for which you want to know the commit history, go to the Asset menu, then Revision Control, and then Diff Against Depot. There you can move through the different parts that have changed. Also, in the Asset/Revision Control menu, there is a History option, but it is not working for me.