Skip to content

Instantly share code, notes, and snippets.

@jordanrobinson
Last active April 13, 2017 12:03
Show Gist options
  • Select an option

  • Save jordanrobinson/e8d7b378b43855a225e495821ef2a370 to your computer and use it in GitHub Desktop.

Select an option

Save jordanrobinson/e8d7b378b43855a225e495821ef2a370 to your computer and use it in GitHub Desktop.
Setting up meld for git merges
[merge]
tool = meld
[mergetool "meld"]
cmd = meld --diff \"$BASE\" \"$LOCAL\" \"$REMOTE\" --output \"$MERGED\"
sudo cp meld /bin/
nano meld
#!/bin/bash
/mnt/c/Program\ Files\ \(x86\)/Meld/Meld.exe $@
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment