From a0f646e8c14db26eb13f8336a7cc8937d9c476b2 Mon Sep 17 00:00:00 2001 From: Ahmed Abdelhalim Date: Wed, 13 Aug 2025 10:45:05 +0200 Subject: Update work alias and git configs --- .gitconfig | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to '.gitconfig') diff --git a/.gitconfig b/.gitconfig index 4a109c0..2bed233 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,6 +4,9 @@ ui = true status = auto branch = auto +[column] + ui = auto + status = never [core] editor = vim excludesfile = ~/.gitignore_global @@ -14,7 +17,8 @@ email = pm@a14m.me username = a14m signingkey = 83786B48F734C4F7C2CEEC30D9FDD29DE1EA6405! -; [branch] +[branch] + sort = -committerdate ; autosetuprebase = always [diff] algorithm = patience @@ -23,7 +27,7 @@ br = branch df = diff co = checkout - cm = commit --verbose + cm = commit ls = log --oneline --decorate lg = log --oneline --graph ldf = diff --cached HEAD^ @@ -40,7 +44,16 @@ prune = true [commit] gpgsign = true + verbose = true [rerere] enabled = true + autoUpdate = true +[tag] + sort = -version:refname +[maintenance] + auto = true + strategy = incremental +[help] + autocorrect = prompt [includeIf "gitdir/i:~/Work/MBition/"] path = ~/.gitconfig.work.inc -- cgit v1.2.3