diff --git a/config b/config index 10e2f24..db4557a 100644 --- a/config +++ b/config @@ -1,7 +1,9 @@ [core] editor = nvim + [init] defaultBranch = main + [commit] gpgsign = true [filter "lfs"] @@ -9,6 +11,7 @@ clean = git-lfs clean -- %f smudge = git-lfs smudge -- %f process = git-lfs filter-process + [user] useConfigOnly = true