mirror of https://github.com/aldy505/dotfiles.git
4 lines
174 B
Plaintext
4 lines
174 B
Plaintext
|
#!/usr/bin/env bash
|
||
|
|
||
|
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
|