Skip to content

Conversation

@davidfirst
Copy link
Member

Fixes the "cannot pull with rebase: You have unstaged changes" error that occurs when there are uncommitted changes in the working directory during CI merge operations.

The solution adds proper handling of unstaged changes by stashing them before the rebase operation and restoring them afterward. This ensures clean rebases while preserving any working directory changes that may exist during the CI process.

@davidfirst davidfirst enabled auto-merge (squash) July 15, 2025 16:23
@davidfirst davidfirst merged commit 2dcdf21 into master Jul 15, 2025
10 checks passed
@davidfirst davidfirst deleted the fix/handle-unstaged-changes-before-rebase branch July 15, 2025 17:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

3 participants