view rc/gitconfig @ 640:b3f8b7a779bd

Use better date format
author nanaya <me@nanaya.pro>
date Thu, 12 Mar 2020 20:04:24 +0900
parents c107e18388a2
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