File rename only case

Issue on case-insensitive OS like Windows & Mac.

Before

Use git rm / mv.

After.

  1. Remove the updated file (e.g. project).
  1. Create the old file (e.g. Project).
  1. Git remove the old file.
  1. Revert the updated file.
  1. Commit.
Updated: 2026 Aug 19