repository를 미리 생성해 놓고 작업 디렉토리로 이동
>> git init
>> git add .
>> git commit -m "first commit"
>> git remote add origin <<repository url>>.git
>> git push origin master
>> git id/password 입력
'Programming > Git' 카테고리의 다른 글
git remote branch 일괄삭제 (0) | 2020.12.07 |
---|---|
[Git] merge 실수로 데이터 날라갔을때.. / git reflog (0) | 2019.03.14 |
[Git] checkout (0) | 2016.12.20 |
[git] git pull 에러 (0) | 2016.11.10 |
.gitignore 적용 안될 때 (0) | 2016.10.18 |