[Git] File Revert
— Git — 1 min read
커밋에서 특정 파일들만 Revert 하고 싶을 때
git checkout 사용
Revert 하는 commit hash가 아닌 이전으로 돌아가고 싶은 target commit hash를 입력해야합니다.
문법
1git checkout {commit hash} {경로}
예제
1git checkout 1hu8fh9132fhksajdf09jqwf023i4hf029348 src/components/