Which of these flags can we use with git log
to view branches and their divergence?
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.