diff options
| author | Ahmed Abdelhalim <[email protected]> | 2025-08-13 10:45:05 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2025-08-13 10:45:05 +0200 |
| commit | a0f646e8c14db26eb13f8336a7cc8937d9c476b2 (patch) | |
| tree | 85b878f58f8b719a0a063003c500c3adeb292420 /.gitconfig | |
| parent | b5647650467f9cced85207e161b09aa632fa0696 (diff) | |
Update work alias and git configs
Diffstat (limited to '.gitconfig')
| -rw-r--r-- | .gitconfig | 17 |
1 files changed, 15 insertions, 2 deletions
@@ -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 = [email protected] 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 |
