ブログ

読んで思い出す。忘れるために書く

Q. git rebase したコミットにGPG 署名がつかない?

A. 対応として: rebase 作業時に --gpg-sign オプションを付与する(eg. git rebase -i --gpg-sign=example@example.com HEAD~999)

あるいは git commit --amend -S でもいい


rebase 作業をしたコミットに [Verified] が付いてない例:

f:id:innocent-zero:20180103183500p:plain

関連

gouf.hatenablog.com

Links