Files
dotfiles/gitconfig
Stephen Parkinson 5c8bc65931 update to cpsecurity
2021-05-01 14:53:38 -07:00

13 lines
255 B
Plaintext

[filter "lfs"]
clean = git-lfs clean -- %f
smudge = git-lfs smudge -- %f
process = git-lfs filter-process
required = true
[user]
name = Stephen Parkinson
email = smparkin@calpoly.edu
[core]
excludesfile = ~/.gitignore_global
[pull]
rebase = false