원격 브랜치의 상태를 확인
$ git fetch origin <remote-branch-name>
base 브랜치를 원격에서 가져오는 방법
$ git checkout -b <new-branch-name> origin/<remote-branch-name>
반응형
'DevOps > Git' 카테고리의 다른 글
[Git] mv (0) | 2023.03.30 |
---|---|
[Git] stash (0) | 2022.09.26 |
[Git] revert (0) | 2022.09.21 |
[Git] stage & commit (0) | 2022.08.02 |
[Git] Fork - facebook/react에 contributor 되보기 (0) | 2022.06.15 |