美文网首页
How to use gitk on Mac OS X 10.1

How to use gitk on Mac OS X 10.1

作者: 默默熊 | 来源:发表于2020-04-15 15:52 被阅读0次

There is no gitk in git 2.26.0 which is installed in Mac OS X 10.15.4

I have to move git back to 2.23 with steps below

brew unlink git

cd homebrew-core
cd Formula
git checkout d04b60b58 git.rb
brew install git.rb

git --version

gitk

High resolution support.

$ brew cask install retinizer

open /System/Library/Frameworks/Tk.framework/Versions/Current/Resources/

Drag Wish and drop into Retinizer

相关文章

网友评论

      本文标题:How to use gitk on Mac OS X 10.1

      本文链接:https://www.haomeiwen.com/subject/trbcvhtx.html