[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
[remote "origin"]
	url = git@github.com:cogito233/verl-tool.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
	remote = origin
	merge = refs/heads/main
	vscode-merge-base = origin/main
[branch "r2e_zhiheng"]
	remote = origin
	merge = refs/heads/r2e_zhiheng
	vscode-merge-base = origin/r2e_zhiheng
[submodule "benchmarks/LiveCodeBench"]
	active = true
	url = https://github.com/jdf-prog/LiveCodeBench.git
[submodule "benchmarks/bigcodebench"]
	active = true
	url = https://github.com/jdf-prog/bigcodebench.git
[submodule "benchmarks/evalplus"]
	active = true
	url = https://github.com/jdf-prog/evalplus.git
[submodule "benchmarks/math-evaluation-harness"]
	active = true
	url = https://github.com/Zhuofeng-Li/math-evaluation-harness.git
[submodule "verl"]
	active = true
	url = https://github.com/volcengine/verl.git
