Ediff
November 2, 2024 |
permanent
tags :
Emacs Apps tool to compare two files #
- set of difference between files and see them side by side
Basics #

ediff-files #
select two files and see the diff
Ending and saving ediff session #
- after quitting and session, it will to close unedited buffer. If edited you need to safe and close the buffer yourself.
ediff-files3 #
select three files to see the diff

ediff-buffers #
exactly the same but for buffers
Manipulation #
move changes around #
- Typing “a” will copy changes highlighted in buffer A to buffer B
- Typing “b” will do the other way round.
refresh #
“!”
*
Magit #

- see evolution of a file from one commit to another