In tig, it is often difficult for me to find out which commit belongs to which branch. In gitk, this is much simpler. I think this is because of two things. Firstly, gitk colors branches differently (I mean the lines between commits), and secondly, it seems that commits are sometimes placed in different “columns” (see Figures, btw git log --graphdraws branches like tig).
git log --graph
Is there a way to color the blue stars or pink lines drawn for each branch?
, tig 2.0. - , , , , , gitk. tig, gitk "" , , , .
"" tigrc, graph-commit. :
tigrc
graph-commit
color graph-commit green default
Source: https://habr.com/ru/post/1545350/More articles:Serializing an array of objects one at a time using JSON.NET - jsonHow to deal with double curly braces in a piece of code? - rRead barcode from pdf file - javaMethod F # with parameter override byref - methodsWhat is an elegant way to do "if none of the above"? - switch-statementHow to compress a video file in android - androidHow to build single / multiple rows depending on values in a column with GNUPlot - plotGet the name of a field that is wrong in Go json unmarshal - jsonHow to compress video to the maximum level of android - javaКак получить консольный вывод строк журнала (printf, cout и т.д.) Библиотеки С++, используемой в приложении Android через JNI/NDK - c++All Articles