initial commit
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
# This is Git's per-user configuration file.
|
||||
[user]
|
||||
email = graham@ghall.dev
|
||||
name = Graham Hall
|
||||
[core]
|
||||
editor = bbedit -w
|
||||
excludesfile = /Users/ghall/.gitignore
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
Reference in New Issue
Block a user