diff options
author | Cullum Smith <cullum@sacredheartsc.com> | 2025-09-25 09:40:50 -0400 |
---|---|---|
committer | Cullum Smith <cullum@sacredheartsc.com> | 2025-09-25 09:40:50 -0400 |
commit | be94425fb779edae9b51009e74808588be4d5e51 (patch) | |
tree | dabd29aa289f6466163fbec3555db1e00c4df070 /git/.gitconfig | |
parent | 4b5bf18b5b22aa83b7cb404c67f4e5f106979c6f (diff) | |
download | dotfiles-be94425fb779edae9b51009e74808588be4d5e51.tar.gz |
update dotfiles
Diffstat (limited to 'git/.gitconfig')
-rw-r--r-- | git/.gitconfig | 35 |
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 |