update ~/.gitconfig
[user]
...
signingkey = <signing key from `gpg --list-secret-keys --keyid-format LONG` goes here)
...
update password-store (re-encrypt everything)
cd ~/.password-store
pass init $new_key_fingerprint $old_key_fingerprint
@ajorpheus
Beware that the man pages will vary from one version to another. For example, the man page on Ubuntu Bionic says:
Which would mean either
chmod 644 ~/.ssh/config
orchmod 664 ~/.ssh/config
if the file group contains only your user.Overall, safer is better and you should lock the files down as much as possible for your environment.