Configuring the initial commit for a Java project using Gradle, Git, and IntelliJ IDEA

Опубликовано: 29 Сентябрь 2024
на канале: Paul Gestwicki
960
11

This video demonstrates which files you need to track in Git when you're using Gradle, Java, and IntelliJ IDEA together. This will help you make sure that your project configuration is portable, so that all members of the team can work seamlessly through distributed version control.

Note: The advice in this video is deprecated. Use this one instead:    • Configuring the initial commit for a ...