eficode-academy / git-katas

A set of exercises for deliberate Git Practice
MIT License
1.32k stars 860 forks source link

Improve amend exercise #278

Closed EfiGaja closed 4 years ago

EfiGaja commented 4 years ago

Add a few commands to make amend exercise easier to understand by listing not just commit history but also files in each commit before and after amending it.

RandomSort commented 4 years ago

Hi, Thank you for your contribution!

If you could add a brief description along the lines of "we use -p to see the changeset or patch" . As you add show in the useful commands, perhaps you could add it pre and post amend?

Thank you!

RandomSort commented 4 years ago

Perfect, thank you!