Cloud9 Project Github에 올리기
1) Cloud9의 설정페이지에서 SSH Key를 복사한다.
2) Github의 설정페이지에서 SSH Key를 등록한다.
3) Github에 새로운 Repository를 생성한다.
4) Cloud9 Workspace로 이동 후 , Project를 등록.
git init
git add .
git commit -m '커밋내용'
git add origin 'repository url
(repository url은 Github Repository에 가면
git remote -v
git push origin master
'Computer Science > Project #2' 카테고리의 다른 글
REST API 설계 (0) | 2016.03.21 |
---|