DEV Community

Discussion on: Signing Git commits with GPG keys that use modern encryption

Collapse
 
benjaminblack profile image
Benjamin Black • Edited

What you want is nominally separate global .gitconfig configurations depending on the project. Then you can set up separate signing keys for each configuration.

See this SO question:

stackoverflow.com/questions/422041...