view rc/gitconfig @ 721:19909a0557af

[vim] wrong copypasta
author nanaya <me@nanaya.net>
date Wed, 17 Jan 2024 18:06:03 +0900
parents afc3a3ec34e5
children b957af519d58
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