You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: