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)
This commit is contained in:
@@ -78,7 +78,7 @@ bd close <id> # Complete work
|
|||||||
3. **Update issue status** - Close finished work, update in-progress items
|
3. **Update issue status** - Close finished work, update in-progress items
|
||||||
4. **PUSH TO REMOTE** - This is MANDATORY:
|
4. **PUSH TO REMOTE** - This is MANDATORY:
|
||||||
```bash
|
```bash
|
||||||
git merge
|
git merge origin/main
|
||||||
bd dolt push
|
bd dolt push
|
||||||
git push
|
git push
|
||||||
git status # MUST show "up to date with origin"
|
git status # MUST show "up to date with origin"
|
||||||
|
|||||||
Reference in New Issue
Block a user