view rc/gitconfig @ 458:70bdcc6375b8

Enable progress by default.
author Edho Arief <edho@myconan.net>
date Mon, 18 Feb 2013 12:25:40 +0900
parents e0f9a54b9dce
children 4322b0a8a695
line wrap: on
line source

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