

0 / 2 embers
0 / 3000 xp
click for more info
Complete a lesson to start your streak
click for more info
Difficulty: 3
click for more info
Not enough gems
Cost: 6 gems
1: Git
incomplete
2: Install Git
incomplete
3: Command Syntax
incomplete
4: RTFM
incomplete
5: Porcelain and Plumbing
incomplete
6: Quick Config
incomplete
This lesson's interactive features are locked, please to keep using them
Throughout this course, you'll see commands written like this:
command <required> [optional]
<> are mandatory and must be provided when running the command.[] are optional and can be included if needed.For example, to create a new directory in your terminal, you would run:
mkdir <directory-name>
mkdir is the command<directory-name> is a required argument