List all commits in pretty format

suggest change
git log --pretty=format:"%Cgreen%ci %Cblue%cn  %Cgreen%cr%Creset %s"

This will give a nice overview of all commits (1 per line) with date, user and commit message.

The --pretty option has many placeholders, each starting with %. All options can be found here

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents