I am a student taking a Java course, and I work on two computers. I have a laptop for use in class, while at home I often use my desktop.
I would like to know if there is a way to sync code on my two computers, I would like to sync the code and resources in a project, so that it is the same thing on both my computers, and possibly with a few friends.
Any ideas on the best way to do this? I do have a Linux VPS to work with.
Thank You!
Use a version control system.
GitHub‘s handy and free, but you can probably find a setup for whatever system is to your taste.
As an added bonus, you get version control!