1. github 가입

2. github에서 업로드할 버킷 만들기

3. 터미널에서 명령어 입력

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