about summary refs log tree commit diff stats
path: root/build/shell/git_template/config
blob: f0c8d319d2905bb5efe019e27848b1f3b9c17d9e (plain) (blame)
1
2
3
4
5
6
7
[remote "origin"]
	url = %INIT_CLONE_URL
	fetch = +refs/heads/*:refs/remotes/origin/*
	pushurl = %INIT_PUSH_URL
[branch "%INIT_MAIN_BRANCH"]
	remote = origin
	merge = refs/heads/%INIT_MAIN_BRANCH