Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
darkbasic opened this issue Oct 16, 2017 · 1 comment

Comments

@darkbasic
Copy link
Contributor

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.

@DAB0mB
Copy link
Collaborator

DAB0mB commented Sep 11, 2018

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants