Created
December 11, 2016 12:06
-
-
Save gwagroves/8e366c4f7d440ad61d7480969a5b16b5 to your computer and use it in GitHub Desktop.
Git force rename file on case insensitive file systems
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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