Code Yarns ‍👨‍💻
Tech BlogPersonal Blog

GiTk

📅 2016-Mar-15 ⬩ ✍️ Ashwin Nanjappa ⬩ 🏷️ git, gitk, log, tk ⬩ 📚 Archive

GiTk is a GUI tool written in Tcl/Tk for viewing the Git log as a directed acyclic graph (DAG) and has many features to browse and explore the DAG. This is a tool that ships along with Git, so it should be present wherever Git is there. It accepts many of the options that can be passed to git log.

$ gitk
$ gitk some_other_branch
$ gitk --all
$ gitk /path/to/file

Tried with: Git 2.4.1 and Ubuntu 14.04


© 2022 Ashwin Nanjappa • All writing under CC BY-SA license • 🐘 @codeyarns@hachyderm.io📧