I realize that changing the name of a Git repository is not a trivial task, and I read the answer to this question which describes how to change the repository name in the general case (I am also using GitHub).
However, I will only be changing the case of the repository name, e.g. Abc
to abc
. Therefore, can I simply change the name in the settings page of my repository on GitHub and be all set? Or do I still need to follow the steps outlined in the previous link?