tortilla
tortilla copied to clipboard
Tortilla should not allow you to delete/create commits without their relative steps
Let's say I'm rebasing and I type git reset --hard HEAD; git rebase --continue
. git will delete the commit but tortilla will not reword subsequent steps. This will break the tutorial.
Let's say we are still rebasing and I type git revert commit_hash; git rebase --continue
. git will create a new commit, but tortilla will not create a new step.
We shouldn't use git CLI at all. Everything should be done through the tortilla CLI.