L’informatica non riguarda i computer più di quanto l’astronomia riguardi i telescopi. (Edsger Dijkstra)
Se vuoi pubblicare il sito all’indirizzo http://USERNAME.github.com
devi creare una repository (dall’account GitHub) chiamato USERNAME.github.com
, nel mio caso mcaliman.github.com
GITHUB_ACCOUNT=USERNAME
cd ${GITHUB_ACCOUNT}.github.com
git init
git add .
git commit -m "Initial commit"
git remote add origin git@github.com:${GITHUB_ACCOUNT}/${GITHUB_ACCOUNT}.github.com.git
git push origin master