One of my java project's package is named rules
. But when pushing to my repo, my package have been renamed to Rules
.This is a problem because I got errors while compiling(cause of my imports). Why did git do that? Any idea?
Finally I fixed by removing from index then readdind and push to my repo. Must have been a git bug.