From a12dd06e89cb625f7490759ba8184c99305db6c3 Mon Sep 17 00:00:00 2001 From: Eric Spooner Date: Tue, 2 Dec 2025 06:51:53 -0600 Subject: [PATCH] Add git retry instruction to copilot instructions --- .github/copilot-instructions.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 76de713..1bcf48a 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -7,6 +7,10 @@ Always use a plain lowercase 'x' for dimensions and multiplication. - WRONG: `25mm × 25mm × 25mm` - CORRECT: `25mm x 25mm x 25mm` +# Git Instructions + +- If a git command fails due to authentication reasons, retry the command exactly once. + # Wiki Tagging Standards All wiki pages should use YAML frontmatter for tagging.