본문 바로가기

카테고리 없음

git repository 에 기존 소스 업데이트하기

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