summaryrefslogtreecommitdiff
path: root/.gitconfig
diff options
context:
space:
mode:
authorDanny Holman <dholman@gymli.org>2025-02-20 15:18:02 -0600
committerDanny Holman <dholman@gymli.org>2025-02-20 15:18:02 -0600
commita27e83028b7943d26d881564ed446a2a4d374fed (patch)
tree017ffe78defa27275790c82249a581aef5d9eca6 /.gitconfig
parentUpdate old email in git (diff)
downloaddotfiles-a27e83028b7943d26d881564ed446a2a4d374fed.tar.gz
dotfiles-a27e83028b7943d26d881564ed446a2a4d374fed.tar.zst
dotfiles-a27e83028b7943d26d881564ed446a2a4d374fed.zip
Update to 02/20/25
Diffstat (limited to '')
-rw-r--r--.gitconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index b60863b..224e2e4 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -10,7 +10,17 @@
chainreplyto = false
confirm = auto
+[rerere]
+ enabled = true
+
+[fetch]
+ writeCommitGraph = true
+
[pull]
rebase = false
[init]
defaultBranch = master
+[safe]
+ directory = *
+[maintenance]
+ repo = /home/dholman/repositories/linux