Name

gitk

Synopsis

gitk [git-log options...]

Display a graphical browser showing the Git history. gitk takes all the same options as git log.

Examples

To show the history of all changes to the mylib directory on branches test1 and test2, but leave out all changes that are included in v1.1:

$ gitk test1 test2 ^v1.1 -- mylib

Get Linux in a Nutshell, 6th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.