After updating to Xcode 4.5 and installing the developer tools I can no longer run the 'git gui' command from the command line. It says:
$ git gui
git: 'gui' is not a git command. See 'git --help'.
I'm running this version:
$ git --version
git version 1.7.10.2 (Apple Git-33)
Searching the git docs (http://git-scm.com/docs/git-gui) shows 'git gui' should be available, and hasn't changed since version 1.7.7. So did this Apple version of git remove this command? I use it all the time!
xcode-select
, as described in cocoanetics.com/2012/07/… ? – Windpollinated