터미널 명령어 -> git init
github 이동 > git repository 생성
해당 URL 복사
git remote add origin `URL`
ex) git remote add origin github.com/healtheloper/movie_app_2020
git add .
git commit -m "title"
ex) git commit -m "#1.1 Creating a Github Repository"
git push origin master