Is there a way to apply a patch from stash hunk using hunk, like this, how to add hunks from the working directory in stage git add -p:?
git add -p
I am looking for a similar command:
git stash show -p | git apply --hunk-by-hunk
AFAIK no patch mode to apply. However, you can apply the patch and then interactively remove the hunk-by-hunk in a patch that you don't like:
git checkout -p
Source: https://habr.com/ru/post/1667421/More articles:In place of sort_values ββin pandas, what does this mean? - pythonGoogle restricts the FCM service based on IP address. Is there any other free notification provider on Android? - androidHighcharts charts half missing after reversal - jqueryNative TF vs Keras TF performance comparison - pythonFirebase notification does not work in incognito chron mode - javascriptHow does _mm_prefetch work? - assemblyhow to dynamically change searchable columns in datatable? - datatablesreturn null for jsonObj.getString ("key"); - javaScenarios where software prior to manual instruction is reasonable - c ++Batch file - IF syntax error - batch-fileAll Articles