From d38bca6465098b78f445bc6817169c587bd9c1c3 Mon Sep 17 00:00:00 2001 From: Cal Corum Date: Sun, 15 Feb 2026 19:12:28 -0600 Subject: [PATCH] store: Git remote naming: origin=Gitea, github=GitHub --- ...-remote-naming-origingitea-githubgithub-58ecb6.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 graph/decisions/git-remote-naming-origingitea-githubgithub-58ecb6.md diff --git a/graph/decisions/git-remote-naming-origingitea-githubgithub-58ecb6.md b/graph/decisions/git-remote-naming-origingitea-githubgithub-58ecb6.md new file mode 100644 index 00000000000..fe85e8ea7c2 --- /dev/null +++ b/graph/decisions/git-remote-naming-origingitea-githubgithub-58ecb6.md @@ -0,0 +1,12 @@ +--- +id: 58ecb60e-4e56-42de-b0b2-ab2e5ebbeaf0 +type: decision +title: "Git remote naming: origin=Gitea, github=GitHub" +tags: [git, infrastructure, convention] +importance: 0.8 +confidence: 0.8 +created: "2026-02-16T01:12:28.611916+00:00" +updated: "2026-02-16T01:12:28.611916+00:00" +--- + +Standardized git remote naming across all 19 repos: Gitea (git.manticorum.com) = 'origin', GitHub = 'github'. Previously Gitea was 'homelab' and GitHub was 'origin'. Updated ~/.claude/commands/commit-push.md and sync-config.md to match. The ~/.claude repo itself only has origin (Gitea, no GitHub mirror).