[core]
	repositoryformatversion = 0
	filemode = true
	bare = false
	logallrefupdates = true
	ignorecase = true
	precomposeunicode = true
[user]
	name = brian
	email = brain@toimc.com
[remote "origin"]
	url = git@git.toimc.com:front-end-v2/admin-template-vue3.git
	fetch = +refs/heads/*:refs/remotes/origin/*
[remote "imooc"]
	url = https://git.imooc.com/class-163/admin-template-vue3.git
	fetch = +refs/heads/*:refs/remotes/imooc/*
[remote "github"]
	url = git@github.com:toimc/vue3-admin-template.git
	fetch = +refs/heads/*:refs/remotes/github/*
[branch "main"]
	vscode-merge-base = main
