From 67e7fdef7d987f97ed01d3b4a57b57ffc8d0a228 Mon Sep 17 00:00:00 2001 From: Jan Jastrow Date: Fri, 1 Nov 2024 22:20:19 +0100 Subject: [PATCH] Add git pull-rebase --- gitconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/gitconfig b/gitconfig index 7cf54e0..e38b34a 100644 --- a/gitconfig +++ b/gitconfig @@ -20,6 +20,7 @@ l = log --all --color --graph --pretty=format:'%Cred%h%Creset %G?%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit # Colorful and easy to read log last = log -1 HEAD --stat pl = pull + pr = pull --rebase pu = push rv = remote -v se = !git rev-list --all | xargs git grep -F