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