gitk

A graphical Git repository browser. More information: <https://git-scm.com/docs/gitk>.

Debian Debian
RUN apt-get update && \ apt-get install -y gitk
Ubuntu
RUN apt-get update && \ apt-get install -y gitk
Arch Arch Linux
RUN pacman -S --noconfirm gitk
image/svg+xml Kali Linux
RUN apt-get update && \ apt-get install -y gitk
CentOS
RUN yum install -y gitk
Fedora
RUN dnf install -y gitk
Raspbian
RUN apt-get update && \ apt-get install -y gitk
click the source code to copy install gitk on any operating system with command-not-found.com