Skip to content

Instantly share code, notes, and snippets.

@cbetta
Created October 17, 2012 17:02
Show Gist options
  • Save cbetta/3906736 to your computer and use it in GitHub Desktop.
Save cbetta/3906736 to your computer and use it in GitHub Desktop.
How to change the case of a filename in Git
git mv readme.md readme.md.temp
git mv readme.md.temp README.md
@caius
Copy link

caius commented Oct 17, 2012

Except it should actually be Readme.md 👅

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment