Update to use paths
This commit is contained in:
parent
9d80ed2af3
commit
9d170aa549
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user