-
Git 명령어 - fetchGit 2021. 6. 17. 13:24
Git 명령어 - fetch
git remote add 를 통해서 추가한 원격 저장소를 최신 버전으로 업데이트 합니다.
예제
git fetch <프로젝트 별명> # git fetch staging # git fetch origin
'Git' 카테고리의 다른 글
Git 명령어 - checkout (0) 2021.06.17 Git 명령어 - branch (0) 2021.06.17 Git 명령어 - commit (0) 2021.06.17 Git 명령어 - remote add (0) 2021.06.17 Git 명령어 - add (0) 2021.06.17