반응형
$ git init loc-git
$ cd loc-git
$ vim f1.txt
$ git add f1.txt
$ git commit -m "add a"
$ git log
$ git remote add orign https 저장소 주소
$ git remote -v
1. git remote add origin https 저장소 주소
2. git remote -v
: 원격 저장소 연결 확인
반응형
'Python_Beginer > GIT' 카테고리의 다른 글
[GIT]Collar Hub Storage Screen(깃 허브 저장소 화면) (0) | 2020.01.14 |
---|---|
[GIT]Upload to/Down to Remote Storage(원격저정소 올리기 / 내리기) (0) | 2020.01.14 |
[GIT]Create / Delete Remote Storage(원격 저장소 생성 / 삭제) (0) | 2020.01.14 |
[GIT]Git Stash - 수정중인 파일 감추기 및 되돌리기 (0) | 2020.01.09 |
[GIT]Branch - Branch Checkout and Reset (0) | 2020.01.08 |