Files
nixos-config/home/common/programs/opencode/commands/update.md
T
Miguel Palhas 682bb61037 opencode agents
2026-02-07 18:34:53 +00:00

10 lines
547 B
Markdown

---
description: Rebase/merge upstream changes into the current branch
---
This command should only work while in a secondary branch (not main or master).
Commit any unstaged changes
Fetch updates from the origin repo
If there are new commits on the parent branch (typically origin/main), then merge them back into the current branch
Solve any conflicts, and analyze the incoming changes to see if additional changes are required to the branch's code (e.g.: if something was renamed in the meantime in main, our new code may need to be adjusted)