I'm uploading my site to github.
Commands I've made:
git init
git remote origin master URL
git add --all
git commit -m "Primeiro Commit"
git push origin master
But git sends all files and folders to github, but a folder in specific "www" is sent only if it is inaccessible by github.