Sublime Forum

Upload code from PC1 and download code and work from PC2?

#1

Hi there, I am just starting to use Sublime Text. So far it has been great!

I am looking for a tutorial/method for a particular problem.
I am working on a project, lets say on PC 1 and then once I am done with the project, I want to upload the whole thing to Github so that when I get home I can download the latest code and work on it again on PC 2.
Is there a package available for this?

Any thoughts or any better ways of managing your projects and still make them accessible.

Thanks,
Venn.

0 Likes

#2

Have you tried using TortoiseGit on Windows or Github for Mac?

0 Likes

#3

If you need version control use Git. Create a local repository on each machine, and when you’re done on PC1 or PC2, upload everything to GitHub. Then when you get to the other machine, update the local repository and keep on working. There’s a Git package for that, and also github GUI clients for Mac and Windows.

If you don’t need version control, it’s even simpler. Work on a Dropbox folder, or any other cloud service like Google Drive. Text files weight next to nothing…

0 Likes