view rc/gitconfig @ 701:afc3a3ec34e5

[git] update email
author nanaya <me@nanaya.net>
date Mon, 31 Oct 2022 20:42:29 +0900
parents 5b98946be635
children
line wrap: on
line source

[user]
	email = me@nanaya.net
	name = nanaya
[alias]
	ci = commit
	co = checkout
	st = status
[push]
	default = current
[color]
	ui = true
[core]
	excludesfile = ~/.gitignore_global
[diff]
	algorithm = patience
[log]
	date = iso-local
[pull]
	ff = only
[init]
	defaultBranch = main