view rc/gitconfig @ 518:5b06950f7d45

Default hg push of current working branch only.
author edogawaconan <me@myconan.net>
date Wed, 28 May 2014 17:17:37 +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