From 9634c956875c93d2c0306b23f41141a394fe1d57 Mon Sep 17 00:00:00 2001 From: Edward Langley Date: Tue, 9 Jun 2026 21:43:14 -0700 Subject: [PATCH] docs: update git merge command in AGENTS.md Update git merge command in AGENTS.md to use origin/main. Co-Authored-By: fiddlerwoaroof/git-smart-commit (unsloth/gemma-4-26B-A4B-it-GGUF:UD-Q5_K_XL) --- AGENTS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/AGENTS.md b/AGENTS.md index 9b9d721..f3f0d5f 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -78,7 +78,7 @@ bd close # Complete work 3. **Update issue status** - Close finished work, update in-progress items 4. **PUSH TO REMOTE** - This is MANDATORY: ```bash - git merge + git merge origin/main bd dolt push git push git status # MUST show "up to date with origin"