dotfiles/.gitconfig
2025-05-10 23:33:34 +03:00

17 lines
357 B
INI

[user]
email = sahin@sahinakkaya.dev
name = Şahin Akkaya
signingkey = sahin@sahinakkaya.dev
[include]
path = ~/.gitconfig-work
[includeIf "gitdir:~/.dots/"]
path = ~/.gitconfig-personal
[init]
defaultBranch = main
[url "ssh://git@bitbucket.org/"]
insteadOf = https://bitbucket.org/
[url "ssh://git@github.com/"]
insteadOf = https://github.com/