view rc/gitconfig @ 625:11e00204fb18

Update syntaxes
author nanaya <me@nanaya.pro>
date Thu, 23 May 2019 10:39:21 +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