configuring
This commit is contained in:
parent
29e99958e3
commit
131d6e0523
9 changed files with 131 additions and 4 deletions
17
dotfiles/dot_gitconfig
Normal file
17
dotfiles/dot_gitconfig
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue