

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
One of the best parts of using Git is that all the documentation is fantastic, but that wasn't always the case.
Git was known as being the most obtusely documented tool of all time, but fortunately, times have changed.
Let's take a look at the official Git manual. Run the following command in your terminal:
git help git
Shortcuts for the manual:
q: Quits the manualj: One line downk: One line upd: Half page downu: Half page up/<term>: Search for "term" (e.g. /OPTIONS)n: Next search termN: Previous search termSearch for the term AUTHORS (all caps) and answer the question.