eficode-academy / git-katas

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

Added to the task in reorder-the-history/README. #207

Closed brent-clark-SED-Sw-Mgr closed 5 years ago

brent-clark-SED-Sw-Mgr commented 5 years ago

The original README did not describe the task in any detail. There are now fairly detailed steps on what to do.

This includes a step using git reflog, since it was in list of useful commands. This step could be deleted, but git reflog should be deleted from the useful commands as well.

Also added to useful commands.

RandomSort commented 5 years ago

Thank you - this was one of the exercises that has been needed that elaboration a long time!

Cheers!