dotfiles/bin/gitlogpro

10 lines
198 B
Plaintext
Raw Normal View History

#!/usr/bin/env bash
2021-11-24 14:14:39 +00:00
git log \
--color \
--decorate \
--all \
--graph \
--pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' \
--abbrev-commit