Replies: 2 comments 3 replies
-
Beta Was this translation helpful? Give feedback.
3 replies
-
Currently we don't have support for splitting diff hunks like this, or line-by-line staging. Probably the quickest way to achieve your goal with the existing feature set is to delete/cut the RRGGBB line, save, stage the hunk that's left, put the deleted line back, then commit. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I just tested the git integration, very impressive! I really like it.
Is there a way to commit only partial changes, like I can with jetbrains? For example, If I have this diff:
I want to commit only the part:
And keep the
+ fprintf(stderr, "\t-V <RRGGBB hex value>\tspecify RGB hex color for plain pattern\n");
for another commit.
Thanks!
Beta Was this translation helpful? Give feedback.
All reactions