Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: changed directory names to lowercase #27

Merged
merged 1 commit into from
Feb 28, 2024
Merged

fix: changed directory names to lowercase #27

merged 1 commit into from
Feb 28, 2024

Conversation

lynchee-owo
Copy link
Contributor

Changed the names of directories under "pages" to start with lowercase letter.

Copy link

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for your contribution. We will check and reply to you as soon as possible.

Copy link
Contributor

@mondaychen mondaychen left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

well done!

@mondaychen mondaychen merged commit 744f257 into main Feb 28, 2024
4 checks passed
@lynchee-owo
Copy link
Contributor Author

lynchee-owo commented Feb 28, 2024

For future reference:

Fix git filename case on whole repo:
(replace . with (sub-)folder name for just part of the repo)

git rm -r --cached .
git add --all .

git status ##Review that only changes staged are renames

Commit your changes after reviewing:
git commit -a -m "Fixing file/directory name casing"
git push

source: https://stackoverflow.com/questions/17683458/how-do-i-commit-case-sensitive-only-filename-changes-in-git#:~:text=Fix%20git%20filename%20case%20on%20whole%20repo%3A

@mondaychen mondaychen deleted the filecase branch May 23, 2024 14:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants