I have a source file where 2 features have been added. In order to allow cherry-picking, I\'d like to commit that in 2 phases: one for each feature. Until now, in similar si
You can edit the patch by pressing e during a git add -p. It will not affect the original file.
e
git add -p