1 git init
1 git add -A
1 git commit -m 'add'
1 git remote add origin your site
1 git pull --rebase origin master
1 git push -u origin master