mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2025-06-24 21:51:09 +02:00
Update .gitconfig
This commit is contained in:
parent
95c858c285
commit
d73bad7437
10
.gitconfig
10
.gitconfig
@ -2,5 +2,15 @@
|
||||
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/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user