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

git start doesn't abort rebase #47

Open
fish-404 opened this issue Jul 25, 2022 · 0 comments
Open

git start doesn't abort rebase #47

fish-404 opened this issue Jul 25, 2022 · 0 comments

Comments

@fish-404
Copy link

fish-404 commented Jul 25, 2022

In Exercise fix-old-typo, I try to use these commands to solve the exercise, after I find it doesn't work, I want to restart but doesn't work.

Environment: I run this repository in Gipod and use the environment to exercise

vim file.txt
# then edit the file
git commit -a --fixup=amend:<commit>
# then edit the commit 
git rebase -i
git start fix-old-typo
# see the start info but not cancel the rebase and the branch is `fix-old-typo|REBASE 1/2`

# try to start other exercise to test
git start commit-lost
# see the start info but not cancel the rebase and the branch still `fix-old-typo|REBASE 1/2`

# then use git rebase --abort get reset status 
git rebase --abort

image

image

image

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

No branches or pull requests

1 participant