diff options
| author | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-27 08:57:44 +0900 |
|---|---|---|
| committer | TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> | 2025-08-27 08:57:44 +0900 |
| commit | c00d0e6b888484e7b1901f170fd40dfbcda1883f (patch) | |
| tree | f555b7c7eb7fad6f5f62a37af6584db4ee0ceeb9 | |
| parent | 86bd6606d0c1f7ed5813026fcd1ce0f255709734 (diff) | |
modified git/config, modified .ssh/config, modified git/config
| -rw-r--r-- | ar/.config/git/config | 3 | ||||
| -rw-r--r-- | global/.ssh/config | 4 | ||||
| -rw-r--r-- | mac/.config/git/config | 3 |
3 files changed, 10 insertions, 0 deletions
diff --git a/ar/.config/git/config b/ar/.config/git/config index 578e556..bfa7d64 100644 --- a/ar/.config/git/config +++ b/ar/.config/git/config @@ -82,3 +82,6 @@ [user] name = TheSiahxyz email = 164138827+TheSiahxyz@users.noreply.github.com + signingkey = 67BE7AD056C803BA +[commit] + gpgsign = true diff --git a/global/.ssh/config b/global/.ssh/config index b90ef0a..7483e7f 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -1,5 +1,9 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" +Host github.com + User git + IdentityAgent ~/.gnupg/S.gpg-agent.ssh + Host dts-cowork HostName joonhoe.com User dts diff --git a/mac/.config/git/config b/mac/.config/git/config index 578e556..bfa7d64 100644 --- a/mac/.config/git/config +++ b/mac/.config/git/config @@ -82,3 +82,6 @@ [user] name = TheSiahxyz email = 164138827+TheSiahxyz@users.noreply.github.com + signingkey = 67BE7AD056C803BA +[commit] + gpgsign = true |
