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.
git log --all --pretty=format:"%h - %an <%ae>"
Lists all Git commits with their abbreviated hash, author name, and email in a custom format.