IntelliJ Project Sync
已回答
Is there a way to sync a Java project in IntelliJ? If so.how would I go about doing it?
请先登录再写评论。
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.