view rc/gitconfig @ 639:c107e18388a2

Probably better diff algorithm
author nanaya <me@nanaya.pro>
date Sat, 29 Feb 2020 23:06:14 +0000
parents 9f49513d0d24
children b3f8b7a779bd
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