Apple really deleted the 'git gui' command, perhaps because they were the X11 removal , which git gui is based on.
I decided to just homebrew git instead of relying on Xcode command line tools.
brew install git
Then I edited the / etc / paths file so that the / usr / local / bin directory would fall into the / usr / bin directory because it was wrong. Then I went out of the terminal window and restarted, and now I get:
$ which git /usr/local/bin/git $ git --version git version 1.7.12.1
and the gui git command works again.
joseph.hainline Oct 02 2018-12-12T00: 00Z
source share