Signed push support
#1470
-
Hi, is there any way to sign pushes akin to |
Beta Was this translation helpful? Give feedback.
Answered by
Byron
Jul 20, 2022
Replies: 2 comments
-
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
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.