How can I get git to use graphical diff locally and textual diff over ssh? -
i've configured git use meld difftool, need see textual diffs when working on ssh. there way configure git uses proper diff tool environment?
my current .gitconfig:
[diff] external = meld tool = meld [merge] external = meld tool = meld [difftool] prompt = false
write differ checks environment , invokes right diff engine , put in config.
Comments
Post a Comment