From d73bad74372a86b41bb5a7bcbe308e730061a4df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= Date: Sat, 10 May 2025 23:33:34 +0300 Subject: [PATCH] Update .gitconfig --- .gitconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitconfig b/.gitconfig index b1d75f4..5174244 100644 --- a/.gitconfig +++ b/.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/ +