Skip to content

Signed push support #1470

Answered by Byron
ajakk asked this question in Q&A
Signed push support #1470
Jul 20, 2022 · 2 answers

Hi, is there any way to sign pushes akin to git push --signed? If not, could it be added?

It's possible to pass any arguments to the push operation as outlined in the docs. Using one of the examples there, one could run origin.push(signed=True) I believe.

Replies

2 suggested answers

Ah, it's also possible to hack around this via git configuration.

0 replies

It's possible to pass any arguments to the push operation as outlined in the docs. Using one of the examples there, one could run origin.push(signed=True) I believe.

0 replies
Answer selected by Byron
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue