Git에 이미 올라가 있는 브런치를 가져오기

Kyle_Kim·2022년 3월 10일
0

remote에 존재하는 브런치를 local에 가져오려면 밑의 코드를 사용한다.

git pull <remote> <branch>

EX>
git pull origin spiJobList 
profile
Make Things Right

0개의 댓글