반응형
$ git push -u origin master
$ vim f1.txt
$ git commit -am "abb b"
$ git push
$ git pull origin master
$ git log
1. git push
: 파일 올리기(지역저장소 -> 원격저장소)
2. git pull
: 파일 내리기(원격저장소 -> 지역저장소)
반응형
'Python_Beginer > GIT' 카테고리의 다른 글
[GIT]SSH Remote Access(SSH 원격 접속하기) (0) | 2020.01.15 |
---|---|
[GIT]Collar Hub Storage Screen(깃 허브 저장소 화면) (0) | 2020.01.14 |
[GIT]Connecting a local repository to a remote store(지역저장소 > 원격저장소 연결) (0) | 2020.01.14 |
[GIT]Create / Delete Remote Storage(원격 저장소 생성 / 삭제) (0) | 2020.01.14 |
[GIT]Git Stash - 수정중인 파일 감추기 및 되돌리기 (0) | 2020.01.09 |