IntelliJ Project Sync
Answered
Is there a way to sync a Java project in IntelliJ? If so.how would I go about doing it?
Please sign in to leave a comment.
What do you mean by sync?
Do you want to keep files synced between several computers? If so, please use github, or any other version control system. They are well-integrated to IntelliJ Idea.
Thank you, I will start trying to do this.