Search code examples
gitgithubversion-controlversioning

How can I see the full list of commits and not only the recent ones?


I am trying to see the full list of commits on a branches comparison I need to work on in order to do a new release.

It is only showing 250 commits and it seems to be that there are 385 commits. That's what the left top tab says.

So how can I visualize those 385 commits?

enter image description here


Solution

  • Do the command git log --graph Or git reflog