Skip to content

Instantly share code, notes, and snippets.

View andreivmaksimov's full-sized avatar
💭
Life style - NO LIMITS

Andrei Maksimov andreivmaksimov

💭
Life style - NO LIMITS
View GitHub Profile
@andreivmaksimov
andreivmaksimov / howto-filemerge-git-osx.md
Created June 9, 2017 06:22 — forked from bkeating/howto-filemerge-git-osx.md
HOWTO: Using FileMerge (opendiff) with Git on OSX

HOWTO: Using FileMerge (opendiff) with Git on OSX

FileMerge (opendiff) can really come in handy when you need to visually compare merging conflicts. Other times it's just a nice visual way to review your days work.

The following method works by creating a simple bash script (git-diff-cmd.sh) that sets us up with the proper command line arguments for Git to pass off files to FileMerge.