benthayer / git-gud

Wanna git gud? Then get git-gud, and git gud at git!
MIT License
401 stars 42 forks source link

Command to display the learning goal of each level #325

Open benthayer opened 3 years ago

benthayer commented 3 years ago

Example for "Two Commits" Level #247

$ git gud goal
Commit one file, then commit another file

To see the learning goal, run "git gud goal -l"
$ git gud goal -l
The Staging Area turns into a commit after running "git commit"
Commits know about every file stored in that version.
Branches help keep track of history

To see the main goal, run "git gud goal"
For a deeper explanation, run "git gud explain"