How to get git patch-id? #1974
Answered
by
jayjoshi64
jayjoshi64
asked this question in
Q&A
|
This is command-line syntax to get patch-id for a commit Reference: https://git-scm.com/docs/git-patch-id Q: How can I get the same output using GitPython? |
Answered by
jayjoshi64
Oct 18, 2024
Replies: 2 comments
|
You would have to use |
0 replies
|
I got it to work with this: |
0 replies
Answer selected by
jayjoshi64
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I got it to work with this: