Remove legacy stuff
This commit is contained in:
14
.config/git/config
Normal file
14
.config/git/config
Normal file
@@ -0,0 +1,14 @@
|
||||
[user]
|
||||
email = stofflees@gmail.com
|
||||
name = Chris
|
||||
[pull]
|
||||
rebase = true
|
||||
[init]
|
||||
defaultBranch = main
|
||||
[core]
|
||||
excludesfile = /home/chris/.config/git/ignore
|
||||
[filter "lfs"]
|
||||
clean = git-lfs clean -- %f
|
||||
smudge = git-lfs smudge -- %f
|
||||
process = git-lfs filter-process
|
||||
required = true
|
||||
Reference in New Issue
Block a user