mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-06-24 21:51:09 +02:00
17 lines
448 B
INI
17 lines
448 B
INI
[user]
|
|
email = sahin@sahinakkaya.dev
|
|
name = Şahin Akkaya
|
|
signingkey = sahin@sahinakkaya.dev
|
|
|
|
[include]
|
|
path = ~/.gitconfig-work ;this file is ignored in dot files intentionally. create it if you are using work computer
|
|
[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/
|
|
|