Voice + consistency: vary stock formulas, vendor-balance orient.py, unify loop (#48,#49,#51) (#68)

Co-authored-by: claude <claude@jpaul.io>
Co-committed-by: claude <claude@jpaul.io>
This commit was merged in pull request #68.
This commit is contained in:
2026-06-22 17:45:33 -04:00
committed by Claude (agent)
parent f7011d4211
commit f743bb671b
12 changed files with 35 additions and 33 deletions
+2 -2
View File
@@ -42,8 +42,8 @@ By the end of this module you can:
### A remote is just another copy
Strip the branding away and a **remote** is one thing: a named reference to *another copy of this
same repository*, usually somewhere you can reach over the network. That's it. `origin` is not a
A **remote** is a named reference to *another copy of this same repository*, usually somewhere you
can reach over the network. That's it. `origin` is not a
GitHub concept, a GitLab concept, or a Gitea concept — it's a Git concept, and the copy it points at
is a full, equal Git repo that happens to live on a server.