[user]
	name = TAKAHASHI Shuuji
	email = shuuji3@gmail.com
	signingkey = F15C887632129F5E
[core]
	excludesfile = ~/.gitignore
[alias]
	br = branch
	cm = commit
	co = checkout
	di = diff
	st = status
	sw = switch
[commit]
	gpgsign = true
[pull]
	rebase = true
[credential]
	credentialStore = secretservice
[credential "https://github.com"]
	helper =
	helper = !/usr/bin/gh auth git-credential
[init]
	defaultBranch = main
[includeIf "gitdir:~/dev/navagis/"]
	path = .gitconfig_navagis
