Given an unfinished Git Town command
When I run a new Git Town command
Then it should offer me to continue the previous command and then also run the current command.
motivation
- The typical situation is that I want to finish the old command and also run the new command. Git Town should offer this to me as the default choice.
implementation
- prepend the opcodes of the previous command before the current command and delete the old runstate