@benjaminblack I love the article. Sounds too simple. If I happen to use the same computer (same computer user) to work with two separate github accounts, is there a way to sign commits with two separate signatures? I have a personal github account and a work (day job) account that I need to properly sign commits for.
What you want is nominally separate global .gitconfig configurations depending on the project. Then you can set up separate signing keys for each configuration.
@benjaminblack I love the article. Sounds too simple. If I happen to use the same computer (same computer user) to work with two separate github accounts, is there a way to sign commits with two separate signatures? I have a personal github account and a work (day job) account that I need to properly sign commits for.
What you want is nominally separate global
.gitconfigconfigurations depending on the project. Then you can set up separate signing keys for each configuration.See this SO question:
stackoverflow.com/questions/422041...