From 2aada03807e60e2fa255b065f1315c3699d603a5 Mon Sep 17 00:00:00 2001 From: Yigit Sever Date: Sun, 24 Oct 2021 23:06:52 +0300 Subject: gitconfig: steal log aliases https://thoughtbot.com/blog/dumpster-diving-through-dotfiles-better-git-logging --- .gitconfig##h.luchs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to '.gitconfig##h.luchs') diff --git a/.gitconfig##h.luchs b/.gitconfig##h.luchs index bd7343f..8f2fb6a 100644 --- a/.gitconfig##h.luchs +++ b/.gitconfig##h.luchs @@ -12,10 +12,12 @@ ci = commit st = status br = branch - hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short type = cat-file -t dump = cat-file -p adog = log --all --decorate --oneline --graph + hist = log --pretty=format:'%h %ad | %s%d [%an]' --graph --date=short + sl = log --oneline --decorate -20 + sla = log --oneline --decorate --graph --all -20 [credential] helper = cache --timeout=3600 [color] -- cgit v1.2.3-61-g4310