15
2
I have Git installed with Homebrew.
However, git-gui
doesn't seem to come stock in /usr/local/bin
.
This answer suggests I should create an alias to usr/local/git/libexec/git-core/git-gui
, but this file doesn't exist.
The only executable I can find is located in
/usr/local/Cellar/git/1.8.4/share/git-gui
Now this is the alias I used. However, if I ever update Git, I'll have to relink it.
How do I get a permanent reference to git-gui
?
NB that you need git installed from hombrew (not the default) if you want git gui to work at all. For me, after doing that, git gui just works, no extra work needed... (Just run "git gui") FWIW – rogerdpack – 2014-12-15T16:52:54.653
1"I have Git installed with Homebrew." – jonallard – 2014-12-19T20:03:21.993