I have the distinct impression my Git repo is somehow mangled.
Here\'s the sequence I\'m doing:
git clone [remote\'s clone string]
This creates,
All the answers above are great, I found this when trying to move files, and Capitalize them during the same commit
By committing my new file path, I could access the new path and then git mv (:
git mv
problem solved