Skip to main content
added 436 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331

All operating systems: configure meld preferences

When done installing Meld: open Meld --> (on Windows) click the 3 horizontal lines (settings) in the top-right; (on Linux) click "Meld" at the top --> click "Preferences" --> "Editor" tab --> check the boxes for "Enable text wrapping" and "Show line numbers". See the screenshot below:

enter image description here

Usage of Meld

Usage of Meld

All operating systems: configure meld preferences

When done installing Meld: open Meld --> (on Windows) click the 3 horizontal lines (settings) in the top-right; (on Linux) click "Meld" at the top --> click "Preferences" --> "Editor" tab --> check the boxes for "Enable text wrapping" and "Show line numbers". See the screenshot below:

enter image description here

Usage of Meld

added 140 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
added 206 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331

Then, to make meld your git difftool, you can use these two commands, inside the Git for Windows bash terminal, (as Arugin says), using the proper path to Meld.exe. Note: for old versions of Windows, your path is likely "C:\Program Files (x86)\Meld\Meld.exe" instead.

git config --global merge.tool meld
git config --global mergetool.meld.path "C:\Program Files (x86)\Meld\MeldFiles\Meld\Meld.exe"

OR you can just edit your C:\Users\YOUR_USER_NAME\.gitconfig file directly and add the following to the end of it (notice the mandatory usage of the double-backslashes [\\] here as the path separator!). Note: again, for old versions of Windows, your path is likely C:\\Program Files (x86)\\Meld\\Meld.exe instead:

[merge]
  tool = meld
[mergetool "meld"]
  path = C:\\Program Files (x86)\\Meld\\MeldFiles\\Meld\\Meld.exe

Then, to make meld your git difftool, you can use these two commands, inside the Git for Windows bash terminal, (as Arugin says), using the proper path to Meld.exe:

git config --global merge.tool meld
git config --global mergetool.meld.path "C:\Program Files (x86)\Meld\Meld.exe"

OR you can just edit your C:\Users\YOUR_USER_NAME\.gitconfig file directly and add the following to the end of it (notice the mandatory usage of the double-backslashes [\\] here as the path separator!):

[merge]
  tool = meld
[mergetool "meld"]
  path = C:\\Program Files (x86)\\Meld\\Meld.exe

Then, to make meld your git difftool, you can use these two commands, inside the Git for Windows bash terminal, (as Arugin says), using the proper path to Meld.exe. Note: for old versions of Windows, your path is likely "C:\Program Files (x86)\Meld\Meld.exe" instead.

git config --global merge.tool meld
git config --global mergetool.meld.path "C:\Program Files\Meld\Meld.exe"

OR you can just edit your C:\Users\YOUR_USER_NAME\.gitconfig file directly and add the following to the end of it (notice the mandatory usage of the double-backslashes [\\] here as the path separator!). Note: again, for old versions of Windows, your path is likely C:\\Program Files (x86)\\Meld\\Meld.exe instead:

[merge]
  tool = meld
[mergetool "meld"]
  path = C:\\Program Files\\Meld\\Meld.exe
added 4 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 7 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 273 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 1020 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 68 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 159 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 94 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 235 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
deleted 22 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 164 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 66 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 107 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 193 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 64 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 138 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
added 306 characters in body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
edited body
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading
Source Link
Gabriel Staples
  • 47.5k
  • 22
  • 251
  • 331
Loading