Search code examples
javagithubgit-pushuppercase

git transform my first package's letter from lower case to upper case


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?


Solution

  • Finally I fixed by removing from index then readdind and push to my repo. Must have been a git bug.