What do line colors in git log –graph mean?
The colors are merely meant to help you view the lines as distinct from other lines. To answer question #1, they are assigned not pseudo-randomly, but rather sequentially, each time git log –graph picks a new “column number”. Unfortunately there are two issues I know of. Both tie into your question #2. Here is the … Read more