FG
💻 Software

How to view only the unmerged files in git after a merge failure

Fresh5 days ago
Mar 15, 202669994 views
Confidence Score0%
0%

Problem

While merging some of the files failed to merge. shows both the successful and failed merges. How to view only the unsuccessful merge files(conflict). Currently i am using the following command to do this

Error Output

git status

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to view only the unmerged files in git after a merge failure

Low Risk

This will only show failed merges after an unsuccessful merge. It has many options to configure what information you want to see. I suspect this is the exact option you are after: Also see http://www.kernel.org/pub/software/scm/git/docs/user-manual.…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment