Answers for "conflicts not showing in local git"

7

git find merge conflicts

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

how to show code conflicts in git

$ cat merge.txt<<<<<<< HEADthis is some content to mess withcontent to append=======totally different content to merge later>>>>>>> new_branch_to_merge_later
Posted by: Guest on September-06-2020

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language