view rc/gitconfig @ 621:36986df49633

Update update-vendor script
author nanaya <me@nanaya.pro>
date Mon, 09 Jul 2018 16:13:51 +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