반응형
1. git_home [ 지역 저장소 ]
$ git log --oneline
$ vim f3.txt
$ git add f3.txt
$ git commit -m "create f3.txt"
$ git log --oneline
$ git push
$ git log --oneline
2. git_office [ 지역 저장소 ]
$ git fech
$ ls -la
$ git log --oneline
$ git status
$ git checkout FETCH_HEAD
$ git log
$ git checkout master
$ git merge FETCH_HEAD
$ git log
반응형
'Python_Beginer > GIT' 카테고리의 다른 글
[GIT].gitignore - 파일 예외 처리 작업 (0) | 2020.03.16 |
---|---|
[GIT]Replicate / Raise / Lower Remote Storage(원격 저장소 복제 / 올리기 / 내리기) - Collaboration(협업) (0) | 2020.01.16 |
[GIT]SSH Remote Access(SSH 원격 접속하기) (0) | 2020.01.15 |
[GIT]Collar Hub Storage Screen(깃 허브 저장소 화면) (0) | 2020.01.14 |
[GIT]Upload to/Down to Remote Storage(원격저정소 올리기 / 내리기) (0) | 2020.01.14 |