view rc/gitconfig @ 714:14e2910879f0

Combine sunos handler
author nanaya <me@nanaya.net>
date Thu, 19 Oct 2023 05:52:45 +0900
parents afc3a3ec34e5
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