Is it possible to save custom patch to a file? #2934
Answered
by
stefanhaller
antosha417
asked this question in
Q&A
-
Hey! I love using lazy git a lot and grateful to people that spend time working on it! I was wondering is it possible to save custom patch to a file? I want to share this patch with another person. |
Beta Was this translation helpful? Give feedback.
Answered by
stefanhaller
Aug 14, 2023
Replies: 2 comments 3 replies
-
You can copy the patch to the clipboard ( |
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
antosha417
-
Is there a way to "paste" a patch that's in my clipboard via lazygit? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can copy the patch to the clipboard (
<c-p>
,y
), and then paste it into a file. Is that good enough?