view rc/gitconfig @ 525:1dd96a55b7ac

Invoke nocompatible earliest so it doesn't override anything preceeded it.
author edogawaconan <me@myconan.net>
date Mon, 14 Jul 2014 01:20:57 +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