在我的本地存储库中找不到命令 gitk

The command gitk is not found in my local repository

我的环境是 Ubuntu 18.04.3 LTS,带有 zsh shell 和 'Oh My Zsh' 框架。 git 中的所有命令都完美运行,但是当我尝试 运行 git 存储库浏览器时:gitk,在我的本地存储库中,为了以图形方式查看分支,它出现 "zsh: command not found: gitk"。我不知道我是否必须以某种方式配置它。

gitk 是一个单独的工具。安装使用:

sudo apt-get install gitk