|
I am just wondering why running My config related to commit signing is the following, not sure if related at all: signing.behavior = "own"
signing.backend = "ssh"
signing.key = "<something>"
signing.backends.ssh.program = "/opt/1Password/op-ssh-sign"
git.sign-on-push = trueThe repo I am working on is colocated, and clone via HTTPS: jj git clone <https-address> --colocate |
Answered by
vcunat
Mar 24, 2026
Replies: 1 comment 2 replies
|
I'm late, but |
2 replies
Answer selected by
ggirelli
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm late, but
sign-on-pushis apparently meant to be used with.behavior = "drop", i.e. drop signatures when touching commits and only sign on pushing.