all repos — dotfiles @ 3b2c094af138f46b4a7c4dc278371f1534e42bbc

linux dotfiles

git: add a git log alias `lgh`
Prithu Goswami pg@prithu.dev
Sat, 12 Nov 2022 21:59:55 +0530
commit

3b2c094af138f46b4a7c4dc278371f1534e42bbc

parent

50de8cf7a0d0e7bf47235bee259fb89d1d00bb57

1 files changed, 2 insertions(+), 1 deletions(-)

jump to
M home/.gitconfighome/.gitconfig

@@ -7,8 +7,9 @@ name = Prithu Goswami

signingkey = A17AFDEA2EF9A76AA868285DE2AB251EDB8945E5 [alias] - lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ah)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all + lg1 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ar)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all lg2 = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold cyan)%aD%C(reset) %C(bold green)(%ar)%C(reset)%C(bold yellow)%d%C(reset)%n'' %C(white)%s%C(reset) %C(dim white)- %an%C(reset)' --all + lgh = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(bold green)(%ah)%C(reset) %C(white)%s%C(reset) %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' --all lg = !"git lg1" sra = !"git log --format=%H -n 10 --all | xargs git show" sr = !"git log --format=%H -n 10 | xargs git show"