프로그래밍
git fetch from remote
스티브김스
2016. 4. 7. 11:30
git fetch <remote> <rbranch>:<lbranch>
git checkout <lbranch>
git fetch <remote> <rbranch>:<lbranch>
git checkout <lbranch>