Terminal
aka: cliaka: command lineaka: shell
The Quick Version
A text window where you type commands to your computer.
How it actually works
The terminal runs a shell that executes commands, prints their output and returns an exit code. Every Git and build tool you will use is driven from here.
Why does it matter?
It is faster than any GUI and it is the only interface some tools have.
Example
git status