Will my Github username on SnakeCase change anything?

So I'm reading How to safely change the name of a github account?

But if I just changed my username from stevemoser to SteveMoser, which should not violate any of my repositories? Or is git case sensitive?

+5
source share
1 answer

Just test it and it will break URL cloning ( git://, ssh) (at least on windows.

Although, Urls web pages will work, as they are case insensitive.

+3
source

All Articles