Skip to content

Instantly share code, notes, and snippets.

@ldong
Created September 30, 2015 21:31
Show Gist options
  • Save ldong/bf6772bc65af3251e8c8 to your computer and use it in GitHub Desktop.
Save ldong/bf6772bc65af3251e8c8 to your computer and use it in GitHub Desktop.
Change Git: Change DiffMerge Font-Size on Mac OSX

Git: Change DiffMerge Font-Size on Mac OSX

open -e ~/Library/Preferences/SourceGear\ DiffMerge\ Preferences

Append this to it

[File]
Font=22:76:consolas

Save and restart DiffMerge tool

Reference

Git: Change DiffMerge Font-Size on Mac OSX

@sarnobat
Copy link

sarnobat commented Jan 5, 2023

It works for me on 4.2.1 with Mac OS 13.0.1

I'm using Font=13:96:monaco

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment