Skip to content

Commit

Permalink
Update post
Browse files Browse the repository at this point in the history
  • Loading branch information
itspriddle committed May 22, 2024
1 parent 6d656e0 commit 071f318
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions _posts/2024-05-18-signing-git-commits-in-2024.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,13 @@ Git also needs to know which keys are allowed to sign commits.
cp ~/.ssh/id_ed25519_git.pub ~/.ssh/allowed_signers
```

I also found that I needed to have ZSH load the key, so I added this to
`~/.zshenv`:

```zsh
(ssh-add --apple-load-keychain -q 2>/dev/null &)
```

Finally, to test:

```
Expand Down

0 comments on commit 071f318

Please sign in to comment.