Answers for "git search conflict"

6

git find merge conflicts

git diff --name-only --diff-filter=U
Posted by: Guest on March-12-2020
0

git find files with conflicts, list files with conflict

git diff --name-only --diff-filter=U
Posted by: Guest on November-22-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language