From fe8ed7d94e9b50a789b26207b3546f600fe205d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=9Eahin=20Akkaya?= Date: Sat, 10 May 2025 23:37:12 +0300 Subject: [PATCH] Update .gitconfig --- .gitconfig | 2 +- .gitconfig-personal | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) create mode 100644 .gitconfig-personal diff --git a/.gitconfig b/.gitconfig index 5174244..83d43ad 100644 --- a/.gitconfig +++ b/.gitconfig @@ -4,7 +4,7 @@ signingkey = sahin@sahinakkaya.dev [include] - path = ~/.gitconfig-work + 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] diff --git a/.gitconfig-personal b/.gitconfig-personal new file mode 100644 index 0000000..eff9a32 --- /dev/null +++ b/.gitconfig-personal @@ -0,0 +1,3 @@ +[user] + email = sahin@sahinakkaya.dev + signingkey = sahinakkaya@scorpapp.com