On Thu, 20 Mar 2014 00:32:33 -0700 (PDT)
Göran <gor...@gmail.com> wrote:

> I've got a couple of files at the root of my repository named 
> *.git_merge_annnn.* nnnn is a numerical value.
> Why are they created? What to do with them?

Git itself does not create such files AFAIK.
So supposedly they were created by a tool which calls out to Git,
supposedly your IDE.  Alternatively, they might have been created
by a merge tool you called *from* Git.

I'd say, drop to the console window, `cd` to the project's folder
and run `git status` -- if it lists these files as "untracked"
then just delete them.  If not, let's have another round of research.

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to