[core]
repositoryformatversion = 0
filemode = true
bare = false
logallrefupdates = true
ignorecase = true
precomposeunicode = true
[remote "origin"]
//在 // 后面加上创建 gitlab 时的 用户名以及密码 格式如下 (password 是注册时的密码)
url = https://zhBin:password@git.lug.ustc.edu.cn/ZhBin/carrecord.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "master"]
remote = origin
merge = refs/heads/master