-
Notifications
You must be signed in to change notification settings - Fork 403
Open
Labels
A: docsArea: user documentation (gatsby-theme-iterative)Area: user documentation (gatsby-theme-iterative)C: guideContent of /doc/user-guideContent of /doc/user-guidegood first issueGood for newcomersGood for newcomers🐛 type: bugSomething isn't working.Something isn't working.
Description
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"
dberenbaum
Metadata
Metadata
Assignees
Labels
A: docsArea: user documentation (gatsby-theme-iterative)Area: user documentation (gatsby-theme-iterative)C: guideContent of /doc/user-guideContent of /doc/user-guidegood first issueGood for newcomersGood for newcomers🐛 type: bugSomething isn't working.Something isn't working.