July 2018
Intermediate to advanced
354 pages
10h 57m
English
We saw earlier how we can view the history (the DAG) and visualize it by using git log. However, as the history grows, the terminal representation of the history can be a bit cumbersome to navigate. Fortunately, there are a lot of graphical tools in Git, one of them being gitk, which works on multiple platforms (Linux, Mac, and Windows).
This recipe will show you how to get started with gitk.
Read now
Unlock full access