From 80cd0beec4f1a218daa5dd0f3b7c73bd4f1bea95 Mon Sep 17 00:00:00 2001 From: Felix Van der Jeugt Date: Fri, 16 Oct 2020 10:31:23 +0200 Subject: [PATCH] page git status and add verbose alias --- gitconfig | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gitconfig b/gitconfig index 1d811fc..da063ce 100644 --- a/gitconfig +++ b/gitconfig @@ -15,11 +15,14 @@ program = gpg2 [commit] gpgsign = true +[pager] + status = true [alias] pf = push --force-with-lease lg = log --color --graph --pretty=format:'%Cred%h%Creset -%C(yellow)%d%Creset %s %Cgreen(%cr) %C(bold blue)<%an>%Creset' --abbrev-commit ff = merge --ff-only @{upstream} co = checkout jn = merge --no-ff --log --edit + s = status -vv [rebase] autoSquash = true