I am using git v 1.7.4.msysgit.0 for windows.
I want to print the output of gitK (I mean physically on paper)
I can not find the print menu there, google does not help either.
As mentioned in Pretty git branch graphs, "gitk has no print function (2009, still true in 2012, as far as I know).
The only solution is to capture the part of the gitk window that interests you, but that will not lead to capturing the whole history displayed by gitk.Even the non-free git Windows client like SmartGit doesn't seem to have this feature ...
git log --graph --all --decorate
should provide you with a textual representation of your repo. Add --oneline if you want a compressed version.
Source: https://habr.com/ru/post/1396990/More articles:Get NUnit Test Report from Teamcity - c #How to enable VFP or NEON support in an Android app in C ++? - gccUpdate jqTree after initialization? - jqueryExcel vba changes inner color of cell range without using loops - vbaHow to set up Java EE6 application structure - javaDDD and application layer - javahow to rotate a bitmap in android at a central point using a matrix - androidDefinition of 1 logback file per level - javaThe start directory vs AttachDbFilename in the ado.net connection string - c #Crystal Report MultiColumn Running Total - crystal-reportsAll Articles