java - Syncing IntelliJ projects between different computers -


i work on multiple projects 3 different computers using intellij. want projects synced on platforms. how can this?

if not using vcs (version control system), it's time started. reasonable 1 use @ time git, free.

to sync between computers intellij project, can add .idea project directory, *.ipr files (if project files stored in files, rather directory) , *.iml files in project vcs, , share amongst computers.


Comments