Managing multiple signatures for git repositories
Github explains pretty well how to sign commits. You can make it automatic by globally setting commit.gpgsign = true by using git config --global commit.gpgsign true What if you have different signatures for your personal ID and your work ID? First, you create multiple signatures. It is important that the...