Skip to content

Instantly share code, notes, and snippets.

@archiewald
Created February 20, 2019 16:43
Show Gist options
  • Save archiewald/9e97b525d7be5bba3506d668bab5d571 to your computer and use it in GitHub Desktop.
Save archiewald/9e97b525d7be5bba3506d668bab5d571 to your computer and use it in GitHub Desktop.
[change case in file name in git] #git #terminal
git mv src/routes/privacy/components/PrivacyPl.tsx src/routes/privacy/components/PrivacyPL.tsx
# MacOS is a case insensitive filesystem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment