2026-03-05 – Git management and workspace organization docs
-
Documented and refined workspace organization schema for
$ROOT/<host>/<owner>/<repo>including.forksand.clones. -
Expanded Git management guidance, including:
-
Line-ending configuration (
core.autocrlfandcore.eolrecommendations). -
Default branch naming (
init.defaultBranch main). -
Remote naming conventions (
originvspersonal).
-
-
Representative commits:
-
685372a– docs: recommend autocrlf false and core.eol lf, explain when to use autocrlf true. -
04b0385– updated for split of docs main repo from devcentr.
-