Scale up as you grow — whether you're running one virtual machine or ten thousand.

From GPU-powered inference and Kubernetes to managed databases and storage, get everything you need to build, scale, and deploy intelligent applications.

This textbox defaults to using Markdown to format your answer.
You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!
These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.
Hi @YearOfBenj,
There’re a few different options you have, the easiest, and probably safest, is to use something like either vimdiff, or cdiff, while not as easy as some of the pure graphical options, they would allow you to do this over an SSH session.
An alternative would be to use your SSH session to pipe an X11 session back to your Mac, and then use a remotely executed visual linux tool, but that would likely be a little slow, and probably not as seamless as you’re hoping for.
Hope that helps, and let us know if you have any further questions!
Thanks for the response. The solution I’ve used with success for the last few months has been to run afpd on the server and mount its git sandbox onto my Mac as an AFP network volume. It’s slow to search, but if I already know the file paths of interest, which I can easily copy-and-paste from a grep in my ssh terminal, then I can use my favorite Mac editor to work on them and use opendiff to get a visual diff. I can recommend this workflow: simple and effective!