September 2009
Beginner
942 pages
85h 34m
English
gitk
gitk [git-log options...]Display a graphical browser showing the Git history. gitk takes all the same options as git log.
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