I keep some Git repositories in Dropbox, due to some Dropbox synchronization glitches between different computers (computerX, computerB in the following), I think, there are files
./.git/ORIG_HEAD (computerX's conflicted copy 2015-05-15)
./.git/index (computerX's conflicted copy 2015-05-19)
./.git/COMMIT_EDITMSG (computerX's conflicted copy 2015-05-15)
./.git/FETCH_HEAD (computerB's conflicted copy 2015-05-18)
./.git/index (computerX's conflicted copy 2015-05-15)
./.git/index (computerB's conflicted copy 2015-05-18)
./.git/refs/heads/master (computerX's conflicted copy 2015-05-15)
./.git/refs/remotes/origin/master (computerX's conflicted copy 2015-05-15)
./.git/logs/HEAD (computerB's conflicted copy 2015-05-18)
./.git/logs/HEAD (computerX's conflicted copy 2015-05-15)
./.git/logs/refs/heads/master (computerX's conflicted copy 2015-05-15)
./.git/logs/refs/heads/master (computerB's conflicted copy 2015-05-18)
./.git/logs/refs/remotes/origin/master (computerX's conflicted copy 2015-05-15)
./.git/logs/refs/remotes/origin/master (computerB's conflicted copy 2015-05-18)
I'm kinda concerned to just simply delete all of them. Anybody has suggestion on how to sanity check before getting rid of such?