From 9abf6cceef2e9f9b80d0e6551ba465fc50ade38f Mon Sep 17 00:00:00 2001 From: thek4n Date: Mon, 15 Jan 2024 15:10:53 +0300 Subject: [PATCH] git alias hsa --- 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 ac38a66..7465480 100644 --- a/home/user/.config/git/config +++ b/home/user/.config/git/config @@ -61,6 +61,7 @@ hist = log --pretty=format:\"%Cgreen%h %Creset%cd %Cblue[%cn](%G?) %Creset%s%C(yellow)%d%C(reset)\" --graph --date=relative --decorate --color=always history = hist --all hs = hist -n 10 + hsa = hist -n 10 --all last = log -1 HEAD today = hist --since=midnight df = "!git log --pretty=format:\"%h %cd [%cn] %s%d\" --date=relative | fzf +m | awk '{print $1}' | xargs -I {} git diff {}^ {}"