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

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -