view rc/gitconfig @ 598:b5a6cbb54a22

Update license (year and wording)
author nanaya <me@myconan.net>
date Sat, 25 Mar 2017 18:01:10 +0900
parents fe33aeb572f6
children 9f49513d0d24
line wrap: on
line source

[user]
	email = me@myconan.net
	name = nanaya
[alias]
	ci = commit
	co = checkout
	st = status
[push]
	default = current
[color]
	ui = true
[core]
	excludesfile = ~/.gitignore_global