This commit is contained in:
2025-10-03 19:32:00 +09:00
parent 00e0b301ce
commit 297381bc0f

View File

@@ -149,8 +149,14 @@ $ gpg --armor --export ${id}
あと、`~/.gitconfig`も更新しておきます。
```sh
git config --global user.signingkey ${id}
git config --global commit.gpgsign true
$ git config --global user.signingkey ${id}
$ git config --global commit.gpgsign true
```
```sh
# 再起動
$ gpgconf --kill gpg-agent
$ gpg-connect-agent /bye
```
# Airse