summaryrefslogtreecommitdiffstats
path: root/.gitconfig
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2025-03-03 03:33:13 -0500
committerMalfurious <m@lfurio.us>2025-03-03 03:33:13 -0500
commitcf90c6668035d973f9ab5bfa848d6098112e9ff3 (patch)
tree9485ce00339e984b29f95cd3ca1b74e6a645884b /.gitconfig
parentf6e6a7e780ecdb9b800ad7366420eab9f10efeca (diff)
downloadrice-cf90c6668035d973f9ab5bfa848d6098112e9ff3.tar.gz
rice-cf90c6668035d973f9ab5bfa848d6098112e9ff3.zip
git: Update general optionsHEADarchlinux
Diffstat (limited to '')
-rw-r--r--.gitconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig
index 842a856..cffb771 100644
--- a/.gitconfig
+++ b/.gitconfig
@@ -11,13 +11,20 @@
skippedCherryPicks = false
statusHints = false
statusUoption = false
+[checkout]
+ defaultRemote = origin
[diff]
colorMoved = dimmed-zebra
colorMovedWS = allow-indentation-change
renames = copies
tool = vimdiff
+[fetch]
+ all = true
+ prune = true
[help]
autoCorrect = never
+[interactive]
+ singleKey = true
[merge]
log = true
tool = vimdiff
@@ -26,8 +33,11 @@
default = current
followTags = true
[rebase]
+ abbreviateCommands = true
+ missingCommitsCheck = error
stat = true
[rerere]
+ autoUpdate = true
enabled = true
[sendemail]
annotate = true
@@ -38,5 +48,6 @@
relativePaths = false
[tag]
gpgSign = true
+ sort = version:refname
[user]
useConfigOnly = true