docker / dev-environments

60 stars 32 forks source link

Manage git GPG signature settings from my environment #108

Open TheSpyder opened 2 years ago

TheSpyder commented 2 years ago

I have signed commits enforced in my ~/.gitconfig:

[tag]
    gpgSign = true
[commit]
    gpgSign = true
[gpg]
    program = gpg2

It would be nice if the signature could be imported, although I realise this is probably difficult, but at the very least these settings should be flagged and/or deleted since they make it impossible to commit or tag inside the dev environment.

SampsonCrowley commented 1 year ago

Any progress on this? VSCode remote environments manages this automatically by copying gpg keybox with found... would be nice to have a simple documentation somewhere on how-to