Resolving Git Merge Conflicts #88
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Task
Resolving Git Merge Conflicts
Summary
Resolving Git Merge Conflicts of feat/client-communication and feat/client-chat.
By @jona.walpert , @m.ginkel and @j.kropff
Context
The feat/game-ui branch was derived from feat/client-communication, which in turn contained feat/client-chat (with missing Checkstyle validation). feat/client-communication and feat/client-chat were both modifying the same file, leading to conflicts. The unvalidated changes from feat/client-chat and feat/client-communication are now unintentionally included in feat/game-ui.
Proposed solution: Create a separate branch, chore/ui-checkstyle-fixes, in which the Checkstyle issues are centrally resolved for feat/client-chat and feat/client-communication to restore clean dependencies.
Checklist
changed start date to April 11, 2026 and changed due date to April 11, 2026
mentioned in commit
b4b2e3b067mentioned in merge request !97
mentioned in commit
cdb6d0c6b0mentioned in commit
69333ede7amentioned in commit
9df3042978mentioned in commit
9e7a80c17dmentioned in commit
f54182fde6