dotfiles/git/.gitconfig
2024-11-03 13:19:58 +01:00

16 lines
245 B
INI

[user]
email = anon@anon.anon
name = anon
[init]
defaultBranch = master
[merge]
tool = vimdiff
[pull]
rebase = false
[http "http://*.onion"]
proxy = "socks5h://127.0.0.1:9050"
[http "https://*.onion"]
proxy = "socks5h://127.0.0.1:9050"