tortilla icon indicating copy to clipboard operation
tortilla copied to clipboard

Tortilla should not allow you to delete/create commits without their relative steps

Open darkbasic opened this issue 7 years ago • 1 comments

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.

darkbasic avatar Oct 16 '17 10:10 darkbasic

We shouldn't use git CLI at all. Everything should be done through the tortilla CLI.

DAB0mB avatar Sep 11 '18 19:09 DAB0mB