I am using git on OSX.
git --version
returns
git version 2.3.2 (Apple Git-55)
From Googling, it seems this version should include gitk
. But when I run the command, I get command not found.
gitk
bash: gitk: command not found
Why is this, and how can I get gitk on OSX? I am not using homebrew.