So I read How to safely change github account name?
But if I just change my username from stevemoser
to SteveMoser
that shouldn't break any of my repos right? Or is Git case sensitive?
Just tested it out, and it'll break cloning urls (git://
, ssh
) (at least on windows.
Although, web Urls will still work as they're case insensitive.