logoalt Hacker News

boundless88today at 3:24 PM4 repliesview on HN

Does ST support opening a repo on a remote server? The last time I used it was back in my freshman year of college, and I haven't touched it since. Does anyone happen to know?


Replies

kabrtoday at 8:55 PM

Not sure what you mean by "opening a repo on a remote server", but if you mean mounting a remote file system, this isn't really a sublime-specific feature. Use SSHFS (or other) and then just open the folder in Sublime and have at it.

If you mean interacting with git directly with Sublime, there's a number of plugins https://packagecontrol.io/packages/GitSavvy. But this does like any normal workflow does -- it creates a local repo and uses standard git commands to sync (push/pull).

az09mugentoday at 5:45 PM

My use on remote servers is usually with winscp on windows and defining sublime as the default editor. Works fine for my use.

I haven't looked much in the repo of plugins, but quickly searching 'ssh' there I found these (but not tested) that might fit your need : https://packagecontrol.io/packages/SSHubl https://packagecontrol.io/packages/OpenFileOverSSH

plasticsopranotoday at 3:38 PM

Curiosity is killing my cat here. How are we supposed to know when your freshman year of college was? Was it a year ago, 8?

majorchordtoday at 5:42 PM

As far as I know ST is just a text editor (File -> Open -> Choose File)... so what would "opening a repo" even mean in that context?

show 1 reply