So far, untracked steps can be found and deployed under the tag "HEAD+". But there are some things that still need figuring out:
How to update the tag in the DB once the changes have a real tag.
How to re-run the deploy for HEAD+, in case there are more untracked changes. Maybe a rebase-style command, where changes are reverted then re-deployed?
So far, untracked steps can be found and deployed under the tag "HEAD+". But there are some things that still need figuring out:
rebase
-style command, where changes are reverted then re-deployed?