Loading...
Loading...
Standard workflow for pulling updates from main or other branches on multi-contributor projects (including Dune apps) without silently discarding work. Guides fetching/merging, requires listing merge conflicts explicitly, analyzing ours vs theirs using conversation history and repo context, presenting prioritized recommendations, and obtaining user answers before editing conflict markers or completing the merge. Triggers: pull main, merge main, merge origin, rebase, merge conflict, unmerged paths, both modified, integrate branch, sync with main, git merge abort, resolve conflicts, UU status, theirs vs ours, feat branch update.
npx skill4agent add cognitedata/dune-skills pull-changes-resolve-conflictsmaingit status<<<<<<<=======>>>>>>>git addgit fetchgit merge origin/maingit statusorigin/maingit diff --name-only --diff-filter=UAlertsPagegit diffPRD.mdlib/git show :2:pathgit show :3:pathgit statusgit merge --abortgit rebase --abort--ours--theirsHEADMERGE_HEADgit checkout --conflict=merge <file>lib/hooks/