Skip to content

Instantly share code, notes, and snippets.

@gwagroves
Created December 11, 2016 12:06
Show Gist options
  • Save gwagroves/8e366c4f7d440ad61d7480969a5b16b5 to your computer and use it in GitHub Desktop.
Save gwagroves/8e366c4f7d440ad61d7480969a5b16b5 to your computer and use it in GitHub Desktop.
Git force rename file on case insensitive file systems
# Used when only changing the case of a file name.
# `oldfilename` is the new file name!
git mv -f OldFileName oldfilename
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment