view rc/gitconfig @ 690:5b98946be635

[gitconfig] main as default branch name
author nanaya <me@nanaya.pro>
date Sun, 23 Oct 2022 01:44:48 +0900
parents e852829c3f76
children afc3a3ec34e5
line wrap: on
line source

[user]
	email = me@nanaya.pro
	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