You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 8, 2017. It is now read-only.
I'm not even sure how to start troubleshooting this one:
I've tried changing the theme just in case. (I did notice this wasn't working with the SETI theme, so I figured changing to the default theme was worth a shot)
This file does indeed have standard diff markers. It's the first file I've ever tried with this tool, so I can't just try another conflicted file at the moment. I was just wondering if there were things I could check.
The text was updated successfully, but these errors were encountered:
This looks like a duplicate of #243. Can you confirm your version of merge-conflicts, and provide the output of running git status --porcelain on the command line?
Ah, if git status --porcelain has no output, then git itself doesn't think that this file contains conflicts. (This package uses the git index to determine that a merge is in progress, not the contents of the file. git status will list the file as "modified by both" and git status --porcelain will list its path with a prefix like UU.)
How did you get these conflict markers? Were they accidentally committed from a previous merge?
I'm not even sure how to start troubleshooting this one:
I've tried changing the theme just in case. (I did notice this wasn't working with the SETI theme, so I figured changing to the default theme was worth a shot)
This file does indeed have standard diff markers. It's the first file I've ever tried with this tool, so I can't just try another conflicted file at the moment. I was just wondering if there were things I could check.
The text was updated successfully, but these errors were encountered: