.cache .DS_Store node_modules dist
git init
git status
git add .
git commit -m 'Create project'
git log
git remote add origin 저장소 주소
git push origin master
git remote set-url origin 경로(.git) git push -u origin master