Occasionally when I run git pull
, certain files appear with (conflict_on_<date>)
at the end of the file. I don't know what is causing this, and searching on both Google and Stack has offered no results. The files don't always have changes, and some of the duplicate files with conflict_on
in the name are git-ignored files.
Process:
- Have an
environment.ts
file (gitignored, with local changes)- Run git pull
- A file is created in the same directory as
environment.ts
, namedenvironment (conflict_on_12-16-21).ts
Running this on Mac OS Monterey on a M1 pro chip mac. Sometimes use git desktop, sometimes use git command line. Git version 2.30.1
What is causing this and how can I stop it from happening?