benthayer / git-gud

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

Level: Rewriting History 6 - "An Easy Level" #260

Closed benthayer closed 3 years ago

benthayer commented 3 years ago
6) An Easy Level - Use git rebase -i to turn commit messages into a sentence

Make the log messages form the sentence "This is an easy level"

git gud status

======= Simulating: git log --oneline --reverse
This
easy
an
is
level
<<<<<<<

git gud status (after interactive rebase)

======= Simulating: git log --oneline --reverse
This
is
an
easy
level
<<<<<<<