configuring

This commit is contained in:
Matt Nish-Lapidus 2024-09-27 15:57:30 -04:00
parent 29e99958e3
commit 131d6e0523
9 changed files with 131 additions and 4 deletions

17
dotfiles/dot_gitconfig Normal file
View file

@ -0,0 +1,17 @@
# This is Git's per-user configuration file.
[user]
# Please adapt and uncomment the following lines:
name = Matt Nish-Lapidus
email = matt@emenel.ca
[core]
editor = emacsclient
excludesfile = /Users/emenel/.gitignore
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[pull]
rebase = false
[init]
defaultBranch = main