File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8080 " Write(./MyNotes/**)"
8181 ]
8282 },
83+ "enabledPlugins" : {
84+ "walshca@de-ai-native-pm-craft" : true ,
85+ "publish-confluence@de-ai-native-pm-craft" : true
86+ },
8387 "extraKnownMarketplaces" : {
8488 "kiln-marketplace" : {
8589 "source" : {
9599 }
96100 },
97101 "effortLevel" : " high" ,
98- "skipDangerousModePermissionPrompt" : true ,
99- "enabledPlugins" : {
100- "walshca@de-ai-native-pm-craft" : true
101- }
102+ "skipDangerousModePermissionPrompt" : true
102103}
Original file line number Diff line number Diff line change @@ -11,5 +11,6 @@ primary_worktree="${1:?primary worktree path required}"
1111git config --file .gitmodules --get-regexp ' submodule\..*\.path' \
1212 | awk ' {print $2}' \
1313 | while read -r p; do
14- [ -d " $primary_worktree /$p " ] && rsync --archive --quiet " $primary_worktree /$p /" " $p /"
14+ # Submodule .git files use worktree-specific gitdir paths; don't copy from primary.
15+ [ -d " $primary_worktree /$p " ] && rsync --archive --quiet --exclude ' .git' " $primary_worktree /$p /" " $p /"
1516 done
You can’t perform that action at this time.
0 commit comments