Git Gui Tool For Mac
Itool For Mac
Best Git Gui Windows
You could use opendiff. Seagate diagnostic tool for mac. It is a command line tool which opens the GUI of. You could instruct Git to use it automatically for git-mergetool with: git config --global merge.tool opendiff If you want it for git-difftool as well: git config --global diff.tool opendiff And you could also disable the prompting for every file with: git config --global difftool.prompt false For more details type: git help config and search with / for the different options. If you don't have opendiff installed you could install it together with the Developer Tools from XCode: UPDATE: In recent versions of XCode, FileMerge is now bundled with XCode. You cannot install FileMerge as a standalone program. Opendiff is still in its command-line utilities which are standalone.
The *easiest GIT client and most optimized for Mac OS X in my opinion is probably Tower. Its not the most powerful but the interface is the easiest to use. Another one i like is git-gui. GUI Clients Git comes with built-in GUI tools ( git-gui, gitk ), but there are several third-party tools for users looking for a platform-specific experience. View GUI Clients →.