Hacker News new | ask | show | jobs
by kiernan 4812 days ago
I do most of my editing on remote machines (both at work and at home) and haven't really been able to find a setup that works smoothly for this.

Is everyone else developing everything on their local machines?

3 comments

You could try the SFTP package. With it, you can mirror a remote directory locally and the package will automatically upload the change in the background. It has some other useful features for working on remote files.

http://wbond.net/sublime_packages/sftp

When I use remote machines I mount them with samba / ssh so I can use an IDE / Sublime
Yes, most of us use git.