$ git init $ git add . $ git commit -m "first commit" $ git remote add origin [내 버킷 주소] $ git push origin master