: git init
: git config --global user.name "L"
: git config --global user.email #####@gmail.com
: git add .
: git commit -m "first commit"
: git remote add origin https://깃허브주소
: git push origin master
https://www.netlify.com/