+[10 years ago]nyuszika7hgit init; touch README.md; git commit README.md -m 'Initial commit'; git remote add origin https://github.com/<username>/<repo>.git; git push --force +[10 years ago]nyuszika7hor 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 +[10 years ago]srrubyThanks +[10 years ago]knodI'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? +[10 years ago]Syhlexhi
+[10 years ago]knodIs it a known bug? +[10 years ago]knodI'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? +[10 years ago]lethosorknod: what filesystem are you using? +[10 years ago]lethosordoes git recognize the change in local commits? +[10 years ago]knodlethosor: it seems to. I'm not sure how to check actually. And I'm on mac osx if that helps