What would be the best (easiest?) way to share code that I am working on between two local computers? I just got a new laptop and I would like to be able to work elsewhere on my laptop, but be able to update the source on my main desktop computer when I go back to my house. So, is there any easier way to do this besides just copying the java files from one computer and pasting them into my workspace on the other?
I am currently using Eclipse as my IDE.