Skip to content

Instantly share code, notes, and snippets.

@DiegoPinho
Created February 24, 2022 21:06
Show Gist options
  • Save DiegoPinho/2b770a38952f43d0470a7d41cf5e41d3 to your computer and use it in GitHub Desktop.
Save DiegoPinho/2b770a38952f43d0470a7d41cf5e41d3 to your computer and use it in GitHub Desktop.
Arquivo de configuração Git - Meld
[user]
name = seunomeaqui
email = seuemailaqui@gmail.com
[core]
editor = notepad
[merge]
tool = meld
keepBackup = false
[mergetool]
keepBackup = false
[mergetool "meld"]
prompt = false
keepBackup = false
keepTemporaries = false
path = C:\\Program Files (x86)\\Meld\\Meld.exe
[diff]
tool = meld
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment