# This is Git's per-user configuration file.
[user]
	name = David F Glidden
	email = d@davidglidden.eu
# Please adapt and uncomment the following lines:
#	name = David GLIDDEN
#	email = davidglidden@Macintosh.home
[filter "lfs"]
	clean = git-lfs clean -- %f
	smudge = git-lfs smudge -- %f
	process = git-lfs filter-process
	required = true
[url "git@github.com:"]
	insteadOf = https://github.com/
[core]
	hooksPath = /Users/davidglidden/dotfiles/git/hooks
