view rc/gitconfig @ 630:32fefb633034

Add support for tsx Not sure how it worked before.
author nanaya <me@nanaya.pro>
date Fri, 18 Oct 2019 15:43:00 +0900
parents 9f49513d0d24
children c107e18388a2
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