Created
October 17, 2012 17:02
-
-
Save cbetta/3906736 to your computer and use it in GitHub Desktop.
How to change the case of a filename in Git
This file contains hidden or 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
git mv readme.md readme.md.temp | |
git mv readme.md.temp README.md |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Except it should actually be Readme.md 👅