

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
No active XP Potion
Accept a Quest
Login to submit answers
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:
man 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"n: Next search termN: Previous search termSearch for the term AUTHORS (all caps) and answer the question.
Who created Git?