EDDYMENS

GIT: List Files With Merge Conflicts

Use the command below to list the path to all files with merge conflicts

$ git diff --name-only --diff-filter=U --relative

[Back to table of content]