Home > Software engineering >  Sharing A Project Between 2 Computers
Sharing A Project Between 2 Computers

Time:09-06

Im a college student with a laptop and a desktop but I want to have a shared eclipse workspace that automatically updates whatever changes Ive made to the shared files.

CodePudding user response:

I think the better and the most general way is using git control version system for this. If you want something is like in live stream it is going to cause a lot of editing problems because of synchronization issues.

CodePudding user response:

If you are a student, i suggest of using GITHUB desktop. very easy to use for first git users.

  • Related