Update to use paths
This commit is contained in:
parent
9d80ed2af3
commit
9d170aa549
|
@ -1,7 +1,7 @@
|
||||||
[user]
|
[user]
|
||||||
email = james@greenfiling.com
|
email = james@greenfiling.com
|
||||||
name = James Patrick
|
name = James Patrick
|
||||||
signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIHbxQtU3f3ASNOSz9uSygKqm8P9DNJ5ITlBKrLE9ilnf
|
signingkey = ~/.ssh/github.com.pub
|
||||||
|
|
||||||
[gpg]
|
[gpg]
|
||||||
format = ssh
|
format = ssh
|
||||||
|
@ -14,17 +14,20 @@
|
||||||
|
|
||||||
[core]
|
[core]
|
||||||
editor = vim
|
editor = vim
|
||||||
excludesfile = /Users/james/.gitignore_global
|
excludesfile = ~/.gitignore_global
|
||||||
|
|
||||||
[github]
|
[github]
|
||||||
user = jamesepatrick
|
user = jamesepatrick
|
||||||
|
|
||||||
[alias]
|
[alias]
|
||||||
root = rev-parse --show-toplevel
|
root = rev-parse --show-toplevel
|
||||||
|
|
||||||
[filter "lfs"]
|
[filter "lfs"]
|
||||||
clean = git-lfs clean -- %f
|
clean = git-lfs clean -- %f
|
||||||
smudge = git-lfs smudge -- %f
|
smudge = git-lfs smudge -- %f
|
||||||
process = git-lfs filter-process
|
process = git-lfs filter-process
|
||||||
required = true
|
required = true
|
||||||
|
|
||||||
[init]
|
[init]
|
||||||
defaultBranch = develop
|
defaultBranch = develop
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user