diff --git a/templates/_gitconfig.j2 b/templates/_gitconfig.j2 index fed5e73..43a2c87 100644 --- a/templates/_gitconfig.j2 +++ b/templates/_gitconfig.j2 @@ -16,3 +16,11 @@ ff = only [init] defaultBranch = main +[pager] + branch = false + config = false + stash = false + +[alias] + hist = log --graph --abbrev-commit --decorate --format=format:'%C(red)%h%C(reset) - %C(green)(%ar)%C(reset) %C(reset)%s %C(dim white)- %an%C(reset)%C(bold yellow)%d%C(reset)' -32 + logs = log --show-signature