eficode-academy / git-katas

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

Remove `--decorate` in basic exercises log examples #169

Closed JKrag closed 5 years ago

JKrag commented 5 years ago

The default --decorate behavior is now default in git log unless you specify e.g. --decorate=full

There is no reason to confuse beginners with something that is default behavior anyway.