-
-
Save marrselo/4217225 to your computer and use it in GitHub Desktop.
install meld in git
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ### 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Como usar
$ git difftool archivo1 archivo2