Skip to content

Instantly share code, notes, and snippets.

@marrselo
Forked from luismayta/meld git
Created December 5, 2012 16:39
Show Gist options
  • Save marrselo/4217225 to your computer and use it in GitHub Desktop.
Save marrselo/4217225 to your computer and use it in GitHub Desktop.
install meld in git
### Instalar meld
# aptitude install meld
### Configurar herramienta de comparación
$ git config --global diff.tool meld
### Configurar herramienta de fusión
$ git config --global merge.tool meld
@marrselo
Copy link
Author

marrselo commented Dec 5, 2012

Como usar

$ git difftool archivo1 archivo2

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