Loading...
Loading...
Pull latest origin/main into the current local branch and resolve merge conflicts (aka update-branch). Use when Codex needs to sync a feature branch with origin, perform a merge-based update (not rebase), and guide conflict resolution best practices.
npx skill4agent add odysseus0/symphony pullgit config rerere.enabled truegit config rerere.autoupdate trueorigingit fetch origingit pull --ff-only origin $(git branch --show-current)origin/maingit -c merge.conflictstyle=zdiff3 merge origin/maingit add <files>git commitgit merge --continueAGENTS.mdgit statusgit diffgit diff --mergegit diff :1:path/to/file :2:path/to/filegit diff :1:path/to/file :3:path/to/filemerge.conflictstyle=zdiff3<<<<<<<|||||||=======>>>>>>>ours/theirsgit diff --check