I want to see only one specific branch's commits

Answered

I have several branches, when I turn on git log, the left panel shows all git branches and I can see all commit 

Is there any function to see the commit log about a specific branch?

for example, there are 4 branches which color red, blue, white, green

and I want to see only about red color history.

1
2 comments

You need to filter the log by branch.

It can be done by e.g. double-clicking the branch in the list on the left.

Or manually via the Branch filter.

 

2
Avatar
Permanently deleted user

Dmitriy Smirnov Thanks, Can I display(or pick) only a specific history color from a git branch?

1

Please sign in to leave a comment.