summaryrefslogtreecommitdiff
path: root/git/.gitconfig
diff options
context:
space:
mode:
authorCullum Smith <cullum@sacredheartsc.com>2025-09-25 09:40:50 -0400
committerCullum Smith <cullum@sacredheartsc.com>2025-09-25 09:40:50 -0400
commitbe94425fb779edae9b51009e74808588be4d5e51 (patch)
treedabd29aa289f6466163fbec3555db1e00c4df070 /git/.gitconfig
parent4b5bf18b5b22aa83b7cb404c67f4e5f106979c6f (diff)
downloaddotfiles-be94425fb779edae9b51009e74808588be4d5e51.tar.gz
update dotfiles
Diffstat (limited to 'git/.gitconfig')
-rw-r--r--git/.gitconfig35
1 files changed, 0 insertions, 35 deletions
diff --git a/git/.gitconfig b/git/.gitconfig
deleted file mode 100644
index 69405ed..0000000
--- a/git/.gitconfig
+++ /dev/null
@@ -1,35 +0,0 @@
-[user]
- name = Cullum Smith
- email = cullum@sacredheartsc.com
-
-[core]
- pager = less -FX
- askPass =
-
-[color]
- ui = auto
-
-[diff]
- mnemonicPrefix = true
- colorMoved = zebra
-
-[grep]
- extendedRegexp = true
-
-[merge]
- conflictStyle = diff3
-
-[fetch]
- prune = true
-
-[pull]
- ff = only
-
-[status]
- showUntrackedFiles = all
-
-[tag]
- sort = version:refname
-
-[http]
- emptyAuth = true