I have some advanced scripts that I would like to solve, but I do not know how to do this. Hope you can help:
A - B - C - D - E I would like to add the changes from commit D to commit B and remove commit D How?A - B - C Commit B contains a file that should not have been installed. How to remove it from a commit?A - B - C - D Commit C contains the file that should have been committed using commit B How to remove it from commit C and add it to commit B ?
Please note: all commits are only in my working copy and have not yet been pressed.
source share