[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[user]
	email = chenf@lamda.nju.edu.cn
	name = chenf
[remote "origin"]
	url = https://github.com/xlnwel/lka.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[pull]
	rebase = false
[branch "main"]
	remote = origin
	merge = refs/heads/main
[remote "gitlab"]
	url = git@gitlab.com:chenf-ai/lka.git
	fetch = +refs/heads/*:refs/remotes/gitlab/*
