Reacting
Reacting

Reputation: 6133

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

Upvotes: 0

Views: 276

Answers (1)

NIsham Mahsin
NIsham Mahsin

Reputation: 768

Do the command git log --graph Or git reflog

Upvotes: 1

Related Questions