흑염소처럼

함께 프로젝트 하면서 유용한 git tip 본문

git

함께 프로젝트 하면서 유용한 git tip

미니리틀타이니 2020. 8. 28. 13:01

git_useful_tip

특정 파일만 리모트 브랜치파일로 업데이트하기

git checkout origin/master -- file1 path/file2 path/file3

// git checkout origin/release -- m/src/scss/page/test.scss

Comments