Replies
-
Ah, it's also possible to hack around this via git configuration. |
Beta Was this translation helpful? Give feedback.
0 replies
-
It's possible to pass any arguments to the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, is there any way to sign pushes akin to
git push --signed
? If not, could it be added?Beta Was this translation helpful? Give feedback.
It's possible to pass any arguments to the
push
operation as outlined in the docs. Using one of the examples there, one could runorigin.push(signed=True)
I believe.