

Use the Shift or Cmd/Ctrl key to select multiple commits in the graph. Here are some examples for each operating system: Mac OS Ĭmd = open -a Meld -args "$LOCAL" "$REMOTE" Linux Ĭmd = meld "$LOCAL" "$REMOTE" Windows Ĭmd = "C:\Program Files\Meld\Meld.exe" "$LOCAL" "$REMOTE" gitconfig file and add these additional lines to use that diff tool. 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 Client 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 Client shows the difference between the two commits.Īdditionally, select multiple commit rows in the graph using Shift Click to show its merged diff: Commit node: With a commit node selected, click on any file.Learn more about this feature in Editing Files section. Most importantly, the Edit in working directory button allows you to edit this file directly. Toggles between Hunk View, Inline View, and Split View.GitKraken Client’s diff comes included with the following: Red is for lines where content was removed whereas green is for new lines added.
#Beyond compare binary comparison 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. Compare changes within GitKraken Client diffs.
