hi,
we have a linux-windows mixed environment and somebody had the glorious idea to commit a README.txt alongside a preexisting readme.txt file. i am used git for windows 2.5.3. should this work? i usually do
git fetch --all -p
git rebase
after git checked out a commit with the 2 files, it kept saying
modified: README.txt
on the windows filesystem only readme.txt was visible. when i remove readme.txt git said:
deleted: README.txt
deleted: readme.txt
i deleted the file on linux, pushed it and did a reset --hard to a commit with only one file to resolve it for now. but am am wondering if there would be a possibility to handle the case on windows as well?
best,
rupert