view rc/gitconfig @ 539:05785a85d603

Fix json syntax highlighter config.
author edogawaconan <me@myconan.net>
date Mon, 05 Jan 2015 23:00:11 +0900
parents 4322b0a8a695
children fe33aeb572f6
line wrap: on
line source

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