Skip to content

Instantly share code, notes, and snippets.

@pavbsu
Last active September 3, 2018 08:29
Show Gist options
  • Save pavbsu/c25d86a0f3e4bb73fd831aa97aac0275 to your computer and use it in GitHub Desktop.
Save pavbsu/c25d86a0f3e4bb73fd831aa97aac0275 to your computer and use it in GitHub Desktop.
# install Meld from http://meldmerge.org/
# create a file C:\Users\[user]\.gitconfig
# add this content with your email and name
[user]
email = <your email here>
name = <your name here>
[diff]
tool = meld
[difftool "meld"]
path = 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