We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the app crashes, it leaves the worktree in the middle of a rebase, from which it can't recover.
• Pulling master... Error: process exited with exit code exit status: 128 Command: ["git", "switch", "master"] Stdout: Stderr: fatal: cannot switch branch while rebasing Consider "git rebase --quit" or "git worktree add".
I fixed it with git worktree remove autorebase_worktree --force, maybe it could do it automatically.
git worktree remove autorebase_worktree --force
(hi from reddit!)
The text was updated successfully, but these errors were encountered:
Good idea! I did think of this but I was hoping my coding skills were so great it would just never crash. Ah well.
Hi :-)
Sorry, something went wrong.
No branches or pull requests
If the app crashes, it leaves the worktree in the middle of a rebase, from which it can't recover.
I fixed it with
git worktree remove autorebase_worktree --force
, maybe it could do it automatically.(hi from reddit!)
The text was updated successfully, but these errors were encountered: