Can I use meld to interactively view chunks for git add --patch

Can git be configured so that after selecting the cherry / merge of the remote fork (s --no-commit?) I can git add --patchuse meld to let me view the pieces when I view them?

+4
source share
1 answer

When used git add --patchfor editing, one of the tooltip options is used e. This should use any editor you have configured ( core.editorin the git configuration file).

0
source

Source: https://habr.com/ru/post/1619891/


All Articles