Answers for "when conflict occurs in git"

0

show all of current conflict on git

git diff --name-only --diff-filter=U
Posted by: Guest on November-22-2021
-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 "when conflict occurs in git"

Code answers related to "TypeScript"

Browse Popular Code Answers by Language