I have branch A and branch B.
On branch A, I have a package with the name xyz
and I change the package name to xYz
. Next, I commit all of my changes and then switch to branch B. Now, once I switch to branch A, the package that I changed still has the value of xyz
which is NOT what I committed. This happens in numerous cases.
The question: Does git ignore capitalization changes in file names or is this an issue on my part? I am using the SourceTree client if that helps.