1. 클라우드 리포지토리를 만드세요
2. git init
3.git add --all
4.git commit -m "Initial Commit"
5. git remote add origin https://개별주소/repo.git
6. git push -u origin master
끝
1. 클라우드 리포지토리를 만드세요
2. git init
3.git add --all
4.git commit -m "Initial Commit"
5. git remote add origin https://개별주소/repo.git
6. git push -u origin master
끝