git init
git add .
git commit -m "커밋메시지 내용"
git remote add origin "레포지토리 url"
git push -u origin master