Open claremacrae opened 3 years ago
I thought this only mattered at cloning, but it also results in git and IDEs "wrongly" showing the files as modified:
➜ icons git:(main) ✗ git status .
On branch main
Your branch is up to date with 'origin/main'.
Changes not staged for commit:
(use "git add <file>..." to update what will be committed)
(use "git restore <file>..." to discard changes in working directory)
modified: Alpha.svg
modified: Beta.svg
modified: Chi.svg
modified: Delta.svg
modified: Epsilon.svg
modified: Eta.svg
modified: Gamma.svg
modified: Iota.svg
modified: Kappa.svg
modified: Lambda.svg
modified: My.svg
modified: Ny.svg
modified: Omega.svg
modified: Omikron.svg
modified: Phi.svg
modified: Pi.svg
modified: Psi.svg
modified: Rho.svg
modified: Sigma.svg
modified: Tau.svg
modified: Theta.svg
modified: Xi.svg
modified: Ypsilon.svg
modified: Zeta.svg
Describe the bug Cloning the repo on Mac gives warnings about colliding file names, on a case-insensitive filesystem.
To Reproduce Steps to reproduce the behavior:
git clone https://github.com/Reocin/obsidian-markdown-formatting-assistant-plugin.git
Expected behavior Repo cloned without warnings
Actual behavior
Desktop (please complete the following information):