dotfiles

Author: Kyle Fuller <kyle@fuller.li> 2024-04-03 22:56:39 +0100 +0100
Committer: Kyle Fuller <kyle@fuller.li> 2024-04-03 22:56:39 +0100 +0100
Commit: e3acdd80b7f5a16eb020f190445c9eecd238670d
Parent: e83ffc8d35c437417f37b44ca091848ed8fd0b31


feat(git): enable columns, autosquash
diff --git a/.gitconfig b/.gitconfig
index 5e4c64b7f8033c01363ca9d6578515754baf57c0..74c10ab7fbe2d2f109b1bbab52c6f36774730eae 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -23,6 +23,16 @@     ff = only
 
 [push]
     default = current
+    useForceIfIncludes = true
+
+[rebase]
+    autoStash = true
+
+[column]
+    ui = auto
+
+[branch]
+    sort = -committerdate
 
 [hub]
     protocol = https