git 에서 특정 파일만 다른 브랜치로 체크아웃하기.

git 에서 특정 파일만 다른 브랜치로 체크아웃하기.

git checkout <branch> -- <path>
  • share