[user]
	name = Anthony Wang
	email = a@unnamed.website
	signingkey = ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIPDLPakDnAelqFTUudQB8X0T7yc/8ekV3jGqpeJb062l
# TODO: Remove these once Git 3.0 is released since these will be the new defaults
[init]
	defaultBranch = main
[commit]
	gpgsign = true
[gpg]
	format = ssh
[receive]
	# Enable push-to-deploy
	denyCurrentBranch = updateInstead
