Skip to content

How to Resolve Merge Conflicts in DVC Metafiles, issue #4810

Description

@dyollb

Report

The following command lines are suggested in the section How to Resolve Merge Conflicts in DVC Metafiles.

git config merge.dvc.name 'DVC merge driver'
git config merge.dvc.driver \
      'dvc git-hook merge-driver --ancestor %O --our %A --their %B'

On Windows cmd this just prints the help.

I guess a platform-independent command line would use double quotes:

git config merge.dvc.name "DVC merge driver"
git config merge.dvc.driver \
      "dvc git-hook merge-driver --ancestor %O --our %A --their %B"

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    A: docsArea: user documentation (gatsby-theme-iterative)C: guideContent of /doc/user-guidegood first issueGood for newcomers🐛 type: bugSomething isn't working.

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions