Show Navigation
Conversation
Notices
-
EMACS IS GODDAMN MAGIC
-
This is one of those "this can't possibly work" moments. I was working on #up , and since I'm at the point where I'm trying to get federation to work all of the up work has to be on my server, Q, to make sure it can talk to my server. To maintain my sanity, I use a local emacs and edit over TRAMP, which lets me edit transparently over SSH. Curious, I tried to do M-x magit-status (git client) while I was working on a *remote* file.
-
MAGIT WORKED PERFECTLY. I was able to manage my git repo as if it were local, and tramp did the magic needed to make sure that the remote git got the calls to it, not a local one.