Replies: 1 comment
-
We can see that the indexes are being updated when we apply the patch when we commit the changes in the
|
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
Uh oh!
There was an error while loading. Please reload this page.
-
When applying patches using jGit, by default it applies to patch to the associated files and the index. I was a bit surprised because this isn't the how
git apply myPatch.patch
acts butgit apply --index myPatch.patch
. Is there an option which we can opt in to get the thegit apply myPatch.patch
functionality?Beta Was this translation helpful? Give feedback.
All reactions