Jump to content

Command Crate ¿about?

Show Git Commit Hash, Author, and Email (git)

git log --all --pretty=format:"%h - %an <%ae>"

Lists all Git commits with their abbreviated hash, author name, and email in a custom format.

version control [kb:226]