summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorAhmed Abdelhalim <[email protected]>2025-08-13 10:45:05 +0200
committerAhmed Abdelhalim <[email protected]>2025-08-13 10:45:05 +0200
commita0f646e8c14db26eb13f8336a7cc8937d9c476b2 (patch)
tree85b878f58f8b719a0a063003c500c3adeb292420 /.gitconfig
parentb5647650467f9cced85207e161b09aa632fa0696 (diff)
Update work alias and git configs
Diffstat (limited to '.gitconfig')
-rw-r--r--.gitconfig17
1 files changed, 15 insertions, 2 deletions
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 @@
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