Update to use paths

This commit is contained in:
James Patrick 2024-08-08 23:29:58 -04:00
parent 9d80ed2af3
commit 9d170aa549
No known key found for this signature in database

View File

@ -1,7 +1,7 @@
[user]
email = james@greenfiling.com
name = James Patrick
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHbxQtU3f3ASNOSz9uSygKqm8P9DNJ5ITlBKrLE9ilnf
signingkey = ~/.ssh/github.com.pub
[gpg]
format = ssh
@ -14,17 +14,20 @@
[core]
editor = vim
excludesfile = /Users/james/.gitignore_global
excludesfile = ~/.gitignore_global
[github]
user = jamesepatrick
[alias]
root = rev-parse --show-toplevel
[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[init]
defaultBranch = develop