Configuring GitHub Classroom
Initial Configuration
You should have received an assignment invite from your instructor. Follow that link and the instructions below in order to configure GitHub Classroom and IntelliJ.
One of the first things you should do is rename the username
package to your username.
Configuring IntelliJ
You need to let IntelliJ know where your source files are located. Here's how:
- Select File -> Project Structure
- Select Modules under Project Settings on the left
- Select the
src
folder - Then select Sources to specify that sources files will be located in the
src
folder - Click OK
Commiting and Submitting
If you add a file to your project, you'll see a pop-up asking if you'd like to add the file to Git.