Handle merge conflicts with proper strategy and testing
Resolve merge conflicts in {{FILE_OR_BRANCH}}:
Conflict details:
{{CONFLICT_DESCRIPTION}}
Resolution approach:
1. Understand both sides of the conflict
2. Identify the intended behavior from each branch
3. Choose the correct resolution strategy:
- Keep incoming changes
- Keep current changes
- Merge both changes
- Create new combined logic
4. Test the resolution
5. Verify no regressions
Provide:
- Conflict resolution with explanation
- Test commands to verify
- Documentation of what was changed
- Prevention tips for future conflictsHandling merge conflicts