processing / p5.js-website

New p5.js website!
http://p5js.org
MIT License
19 stars 89 forks source link

Resolves #584 #591

Open rthakur2712 opened 1 month ago

rthakur2712 commented 1 month ago

resolves #584 Renamed all the directories containing the "Listing Data with Arrays".

davepagurek commented 1 month ago

Were you trying to change the capitalization of a file? It looks like it hasn't shown up in got if you check the Files Changes tab of this PR because git generally treats files as being case insensitive.

Maybe if you change it back, then try some of the suggestions here https://stackoverflow.com/questions/17683458/how-do-i-commit-case-sensitive-only-filename-changes-in-git it'll work?

rthakur2712 commented 1 month ago

Yes got it thanks for the information. Since git ignores change in case of a directory name i thought to change the directory name first to something random and then to the desired name and I think it should work properly. Please verify if the desired changes are reflecting.