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

Issue with interactive rebasing #329

Open
francoisthire opened this issue Jan 4, 2025 · 0 comments
Open

Issue with interactive rebasing #329

francoisthire opened this issue Jan 4, 2025 · 0 comments

Comments

@francoisthire
Copy link

I am familiar with magit with emacs and I am exploring this extension with vscode. I have trouble to do interactive rebasing and I can't figure out why, maybe there is a conflict with other extensions.

When running an interactive rebasing via r i, I see the the file for configuring the rebase. However, after having edited this file, I am unable via the extension to apply the rebase. I must use the terminal and run git rebase --continue for example.

I would expect C-c C-c to execute the rebase but it does not. Instead, it goes back to some status which is not the one of my current branch.

Another error, but maybe related is that if in my rebase, I want to drop the last commit, it has no effect. It says the rebase was applied, but my commit is still there. This work as expected if I do everything with my terminal though.

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