We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents e20c44c + 81309cc commit ff139b1Copy full SHA for ff139b1
1 file changed
Claude.md
@@ -8,6 +8,12 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
8
9
## Development Commands
10
11
+### Git Workflow
12
+**Worktree constraints**: Cannot switch/pull/delete branches across worktrees
13
+- Create PRs: `gh pr create --head <branch> --base master --title "..." --body "..."`
14
+- Merge PRs: `gh pr merge <PR#> --merge` (no --delete-branch)
15
+- No squash/rebase commits
16
+
17
### Testing
18
```powershell
19
# Run all tests using Fixie framework
0 commit comments