[core]
	repositoryformatversion = 0
	filemode = false
	bare = false
	logallrefupdates = true
	symlinks = false
	ignorecase = true
	hideDotFiles = dotGitOnly
[gui]
	wmstate = normal
	geometry = 1186x690+711+145 278 251
[guitool "Add origin"]
	cmd = git remote add origin https://github.com/redlegoreng/liveStats.git
[guitool "Deleta tag"]
	cmd = git tag -d $ARGS
	argprompt = yes
[remote "GitHub-OD"]
	url = https://github.com/olivierdalang/liveStats.git
	fetch = +refs/heads/*:refs/remotes/GitHub-OD/*
