TortoiseGit – Windows Shell Interface to Git

配置文件

  1. [core]
  2. repositoryformatversion = 0
  3. filemode = false
  4. bare = false
  5. logallrefupdates = true
  6. symlinks = false
  7. ignorecase = true
  8. [remote "origin"]
  9. url = https://github.com/xxx/xxx.git
  10. fetch = +refs/heads/*:refs/remotes/origin/*
  11. [branch "main"]
  12. remote = origin
  13. merge = refs/heads/main
  14. [http]
  15. proxy = http://127.0.0.1:7890
  16. [https]
  17. proxy = https://127.0.0.1:7890
  18. [user]
  19. name = mzhx
  20. email = mzhx@qq.com
  21. signingkey = ""