+ [2015-05-03T20:47:04Z] nyuszika7h git init; touch README.md; git commit README.md -m 'Initial commit'; git remote add origin https://github.com/<username>/<repo>.git; git push --force
+ [2015-05-03T20:48:58Z] nyuszika7h or you can also do this in an already cloned repo: git rm -rf .; touch README.md; git add README.md; git commit -m 'Initial commit'; git push --force
+ [2015-05-03T21:02:42Z] srruby Thanks
+ [2015-05-03T23:57:50Z] knod I'm changing the case of my names locally, but when I push to github, the github file names stay all lower case. If I change characters in the name, they change just fine. Any idea what's going on? Is the only way to fix it going to be to change the characters of the names, then change everything back?
+ [2015-05-03T23:58:33Z] Syhlex hi

message no. 91890

Posted by mandeepb in #github at 2015-05-03T05:32:00Z

i havent cloned anything
+ [2015-05-04T00:03:54Z] knod Is it a known bug?
+ [2015-05-04T00:36:16Z] knod I'm changing the case of my names locally, but when I push to github, the github file names stay all lower case. If I change characters in the name, they change just fine. Any idea what's going on? Is the only way to fix it going to be to change the characters of the names, then change everything back?
+ [2015-05-04T01:41:41Z] lethosor knod: what filesystem are you using?
+ [2015-05-04T01:41:58Z] lethosor does git recognize the change in local commits?
+ [2015-05-04T01:43:23Z] knod lethosor: it seems to. I'm not sure how to check actually. And I'm on mac osx if that helps