view rc/gitconfig @ 642:c548e83e4c57

[vim syntax] Update from upstream
author nanaya <me@nanaya.pro>
date Mon, 08 Jun 2020 15:07:48 +0900
parents b3f8b7a779bd
children e852829c3f76
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