summaryrefslogtreecommitdiff
path: root/home-config/gitconfig
diff options
context:
space:
mode:
Diffstat (limited to 'home-config/gitconfig')
-rw-r--r--home-config/gitconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/home-config/gitconfig b/home-config/gitconfig
new file mode 100644
index 0000000..ee6224b
--- /dev/null
+++ b/home-config/gitconfig
@@ -0,0 +1,14 @@
1[user]
2 email = ryan@rschanz.org
3 name = Ryan Schanzenbacher
4[commit]
5 gpgSign = true
6[filter "lfs"]
7 clean = git-lfs clean -- %f
8 smudge = git-lfs smudge -- %f
9 process = git-lfs filter-process
10 required = true
11[color]
12 ui = auto
13[init]
14 defaultBranch = main