From 76246af5d7b32ee5cab0a7be59153134f1c394ea Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 8 Apr 2024 13:51:17 +0300 Subject: [PATCH] feat(git-aliases) --- home/user/.config/git/config | 1 + 1 file changed, 1 insertion(+) diff --git a/home/user/.config/git/config b/home/user/.config/git/config index 5da3bb2..867a856 100644 --- a/home/user/.config/git/config +++ b/home/user/.config/git/config @@ -62,6 +62,7 @@ hs = hist -n 10 hsa = hist -n 10 --all last = log -1 HEAD + lastd = diff HEAD^ HEAD today = hist --since=midnight df = "!git log --pretty=format:'%h %cd [%cn] %s%d' --date=relative | fzf --preview='git diff --color=always {1}^ {1}' | awk '{print $1}' | xargs -I {} git diff {}^ {}" type = cat-file -t