Skip to content

Commit 6a32055

Browse files
committed
Merge release/10.3.0 into trunk
2 parents a56d0c5 + bd5fe22 commit 6a32055

File tree

151 files changed

+13262
-280
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

151 files changed

+13262
-280
lines changed

.claude/CLAUDE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -186,3 +186,5 @@ npm run i18n:pot # Generate translations
186186
- Test files mirror source structure
187187
- PHP tests require Docker - ensure it's running before executing tests
188188
- Use `npm run test:php` to run all tests or edit the command to pass PHPUnit filters
189+
- When pushing, always push only the current branch: `git push origin HEAD` (not `git push` which tries to push all configured branches)
190+
- When pulling, always pull only the current branch: `git pull origin $(git branch --show-current)` or `git pull --rebase origin HEAD`

0 commit comments

Comments
 (0)