TortoiseGit – Windows Shell Interface to Git
配置文件
[core]
repositoryformatversion = 0
filemode = false
bare = false
logallrefupdates = true
symlinks = false
ignorecase = true
[remote "origin"]
url = https://github.com/xxx/xxx.git
fetch = +refs/heads/*:refs/remotes/origin/*
[branch "main"]
remote = origin
merge = refs/heads/main
[http]
proxy = http://127.0.0.1:7890
[https]
proxy = https://127.0.0.1:7890
[user]
name = mzhx
email = mzhx@qq.com
signingkey = ""