How can I use opendiff or other visual merge tools to connect to a remote Linux server over ssh and handle Git merge conflicts with a local visual merge tool?
Can I configure git locally to proxy for the remote server?
|
|
|
Probably the easiest way to get what you want is to use sshfs to mount the remote directory, and resolve the conflicts in the file as if it were local. You will still need to mark the changes as resolved (with I guess from your mention of opendiff that you're using Mac OS. The recommended way to get sshfs on Mac OS used to be macfuse, but it looks as if that is no longer supported, so you might be better off with FuseX. (Only being a very infrequent Mac user, I can't personally vouch for either of those.) |
|||
|
|