roboyoshi / datacurator-filetree

a standard filetree for /r/datacurator [ and r/datahoarder ]
https://reddit.com/r/datacurator
MIT License
1.47k stars 136 forks source link

case consistency & fixes #7

Closed roboyoshi closed 5 years ago

roboyoshi commented 5 years ago

Currently some folders have a wrong Casing, e.g. "Movies" should be "movies" in the video folder, unless it is in the plex branch for example. It's important to be consistent with this.

TODO:

roboyoshi commented 5 years ago

For future reference, it should be enough to set: git config core.ignorecase false and delete/edit accordingly.