I use gitup a lot to help me make my commits make sense, but there's one workflow pattern that I always have to handle manually:
1 - Add commit 1 with some part of the development
2 - Add commit 2 with unrelated parts of the same development
3 - During tests, find that commit 1 needs changes
4 - Add commit 3 with the changes
5 - Move commit 3 to between 1 and 2
6 - Fixup 3 with 1
It would be great if I could just do 4+5+6 with one operation.
I have no idea of the complexity, but gitup already does such complex things that I though I might as well ask for one more :) Thanks!
I use gitup a lot to help me make my commits make sense, but there's one workflow pattern that I always have to handle manually:
1 - Add commit 1 with some part of the development
2 - Add commit 2 with unrelated parts of the same development
3 - During tests, find that commit 1 needs changes
4 - Add commit 3 with the changes
5 - Move commit 3 to between 1 and 2
6 - Fixup 3 with 1
It would be great if I could just do 4+5+6 with one operation.
I have no idea of the complexity, but gitup already does such complex things that I though I might as well ask for one more :) Thanks!