
This will produced a combined diff, which lists all files that were added, modified, renamed or deleted between the selected commits in the Commit Panel. Use the Shift or Cmd/Ctrl key to select multiple commits in the graph.
#Visual diff tool for mac mac os#
Here are some examples for each operating system: Mac OS Ĭmd = open -a Meld -args \"$LOCAL\" \"$REMOTE\"Ĭmd = \"C:\\Program Files\\Meld\\Meld.exe\" "$LOCAL" "$REMOTE" For best results you’ll want to be working with plain text files of some sort and not rich text. gitconfig file and add these additional lines to use that diff tool. The diff command is available by default on the Mac, and it works the same in Linux and other unix operating systems as well, just in care you were wondering, and for Windows users it’s quite similar to how the ‘fc’ file compare tool works. If you would like to use another diff tool, navigate to Preferences General and set the Diff Tool to Git Config Default. If your diff tool from the list above is installed and is not showing up in the dropdown, then look for an option to install command line tools. GitKraken currently only supports the following diff tools:

Note, you may select deleted lines with your mouse from split view.Ĭonfigure your preferred external diff tool from Preferences General: Split view will show a side by side diff comparing how the file looked before (left), and how it looks after the change (right). Inline view will show the diff within the context of the entire file.

Hunk view will show the diff as blocks, without the context of the rest of the file. If you have two commits selected, GitKraken shows the difference between the two commits.Īdditionally, select multiple commit rows in the graph using Shift Click to show its merged diff:

#Visual diff tool for mac how to#
Learn where to access diffs, and how to access file history or file blame.Ī diff shows what was added or removed from a file.
