https://github.com/noriste/git-log-prettified
A prettified version of Git log
https://github.com/noriste/git-log-prettified
git log
Last synced: about 1 year ago
JSON representation
A prettified version of Git log
- Host: GitHub
- URL: https://github.com/noriste/git-log-prettified
- Owner: NoriSte
- Created: 2019-04-30T08:03:13.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-04-30T08:06:28.000Z (about 7 years ago)
- Last Synced: 2025-04-01T17:14:02.217Z (about 1 year ago)
- Topics: git, log
- Size: 438 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[Tommaso Allevi](https://github.com/allevo) gave me this useful Git log prettifier while coding the
[Cypress Wait Until plugin](https://github.com/NoriSte/cypress-wait-until) during an [Open Source
Saturday](https://www.meetup.com/it-IT/Open-Source-Saturday-Milano/).
```
git config --global alias.gr 'log --graph --full-history --all --color --tags --decorate --pretty=format:"%x1b[31m%h%x09%x1b[32m%d%x1b[0m%x20%s %x1b[33m%aN <%ae>%x1b[0m (%aI)"'
```
The log looks like this
