When pushing a new review, if some files are modified, it is proposed to amend them or stash them.
It lacks another option : trash them.
In my case, I use a delivery branch and I merge squash from a dev branch.
If the delivery concerns only a part of the squash, I don’t want to stash other files nor amend them. I just don’t want to take them, for a further delivery.
Would be great if such an option was proposed.
The trash operation would consist in a git restore of current directory, and pure rm of untracked files.
Thanks for your great work !
When pushing a new review, if some files are modified, it is proposed to amend them or stash them.
It lacks another option : trash them.
In my case, I use a delivery branch and I merge squash from a dev branch.
If the delivery concerns only a part of the squash, I don’t want to stash other files nor amend them. I just don’t want to take them, for a further delivery.
Would be great if such an option was proposed.
The trash operation would consist in a git restore of current directory, and pure rm of untracked files.
Thanks for your great work !