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.
Please sign in to leave a comment.
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.
Dmitriy Smirnov Thanks, Can I display(or pick) only a specific history color from a git branch?