Which of these flags can we use with git log to view branches and their divergence?

--all--branches--graph--noinfo

Excellent! We just put the --all and --graph flags at the end of the log command.

Oh noes! We just put the --all and --graph flags at the end of the log command.