Git
Build/Run
Debug
Hot Keys
Java
100

The git command to 'save' your work

What is git commit?
100

The symbol used to build a project

What is the hammer?

100
The symbol used for debugging

What is picture of a bug?

100

The post script auto complete for System.out.println

What is 'sout'?

100

The name of a Java SDK

What is JDK?

200

The git command to say choose what files to save

What is git add

200

The symbol used to run a project

What is the arrow?

200

The name of the place where the program stops on purpose while debugging

What is a 'breakpoint'? 

200

The key combo for quick fixes

What is 'alt + enter'?

200

The file extension of a java file

What is '.java'?

300

The git command to copy a remote repository

What is git clone?

300

The option to change how your program is ran

What are 'edit configurations'?

300

The name of the debug option to dive deeper into the stack

What is 'step into'?

300
The key presses to open search everywhere

What is 'shift + shift'?

300
The file extension for compiled class code in java

What is '.class'?

400

The git command to put your local repository changes to the remote repository

What is git push?

400

The location of the options to change your SDK

What is 'project structure'?

400

The name of the debug option to continue without going deeper into the stack

What is 'step over'?

400

The hotkey to rename all instances of a variable

What is 'Shift + F6'?

400

The file extension for a compressed package of compiled java class code

What is '.jar'?

500

The git command to update your local repository after changes have been made to the remote repository.

What is git pull?

500

The reason you need to build before running

What is converting java files into class files to be executed? 

500

The name of the debug option to stop right before a program breaks

What is 'break at exceptions'?

500

The hot key to open the commit pane

What is 'cmd + 0'?

500

The entry point of a java program

What is 'main()'? 

M
e
n
u