diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-16 01:39:02 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-16 01:39:02 -0500 |
| commit | 7121a88f2a2831c83eb7d34f347c725ae572cfc5 (patch) | |
| tree | f44648676e3df975e91b0efbc9c99a30db9b1b13 | |
| parent | 8209c5f264c76cba052f4f9710fb86ed56f19903 (diff) | |
| download | rulesets-7121a88f2a2831c83eb7d34f347c725ae572cfc5.tar.gz rulesets-7121a88f2a2831c83eb7d34f347c725ae572cfc5.zip | |
docs(workflows): generalize wrap-it-up push parenthetical
The Step 4 "Push to all remotes" parenthetical singled out "github.com + cjennings.net mirrors" as the canonical case. Accurate for rulesets and a few other repos, misleading for the rest. Most projects have git.cjennings.net as their sole remote, and DeepSat lives on deepsat.ghe.com. The push loop itself (for r in $(git remote)) is already remote-agnostic; the prose just needed to catch up.
New wording covers both the mirror case and the different-audience-per-remote case without naming any specific host.
| -rw-r--r-- | .ai/workflows/wrap-it-up.org | 2 | ||||
| -rw-r--r-- | claude-templates/.ai/workflows/wrap-it-up.org | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.ai/workflows/wrap-it-up.org b/.ai/workflows/wrap-it-up.org index 8a38a4d..496bebe 100644 --- a/.ai/workflows/wrap-it-up.org +++ b/.ai/workflows/wrap-it-up.org @@ -273,7 +273,7 @@ EOF git remote -v #+end_src -Push the current branch to every remote (preserves the mirror behavior — rulesets and a few other repos have github.com + cjennings.net mirrors that should both stay current): +Push the current branch to every remote (some repos have multiple remotes — a primary host plus one or more mirrors, or different remotes for different audiences — and the loop keeps all of them current): #+begin_src bash current=$(git symbolic-ref --short HEAD) diff --git a/claude-templates/.ai/workflows/wrap-it-up.org b/claude-templates/.ai/workflows/wrap-it-up.org index 8a38a4d..496bebe 100644 --- a/claude-templates/.ai/workflows/wrap-it-up.org +++ b/claude-templates/.ai/workflows/wrap-it-up.org @@ -273,7 +273,7 @@ EOF git remote -v #+end_src -Push the current branch to every remote (preserves the mirror behavior — rulesets and a few other repos have github.com + cjennings.net mirrors that should both stay current): +Push the current branch to every remote (some repos have multiple remotes — a primary host plus one or more mirrors, or different remotes for different audiences — and the loop keeps all of them current): #+begin_src bash current=$(git symbolic-ref --short HEAD) |
