Why are Github project document page urls case sensitive? What are the negative effects?

If you have a personal github page (username.github.io), you can create a folder inside this repository with your project name in lowercase, and inside that folder create an index.html redirecting to original url.
As example: https://github.com/MiguelPynto/MiguelPynto.github.io/tree/master/shiftdisplay

Leave a Comment