How can I show the name of branches in the output of git log?

For example with, git log --graph --all I get a nice overview of the commits, but get confused which line is master, and which is my branch for example.

3 Answers
3

Tags:

Leave a Reply

Your email address will not be published. Required fields are marked *