-
-
Notifications
You must be signed in to change notification settings - Fork 954
Signed push support
#1470
-
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.
All reactions
Answered by
Byron
Jul 20, 2022
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 comments
-
Ah, it's also possible to hack around this via git configuration.
Beta Was this translation helpful? Give feedback.
All reactions
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.
Beta Was this translation helpful? Give feedback.
All reactions
0 replies
Answer selected by
Byron
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment