Skip to content

Instantly share code, notes, and snippets.

@likidu
Created July 24, 2015 08:17
Show Gist options
  • Save likidu/d7bb2478e3200babb2d9 to your computer and use it in GitHub Desktop.
Save likidu/d7bb2478e3200babb2d9 to your computer and use it in GitHub Desktop.
Git list merge conflict files

For a simple list

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

For all conflict places in a list

git ls-files -u

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