반응형
git 에서 restore 혹은 checkout 명령어를 사용해서
특정 파일을 복구하려고 하는 경우
현재 경로(pwd) 안에 해당 파일이 없으면
위 명령어를 사용할 수 없는데
해결방법은 git status를 입력하면
modified: src/main/resources/application.properties
위와 같이 현재 수정한 파일을 확인할 수 있는데
경로 또한 확인할 수 있기 때문에
cd 수정한_파일_경로
를 사용해준 뒤
git restore/checkout 파일명
을 사용해주면 된다
반응형
'Tools > Git' 카테고리의 다른 글
github clone fork 차이점 정리 (0) | 2022.07.06 |
---|---|
Github Repository Fork 방법 (0) | 2022.07.05 |
git tag 삭제방법(local/remote) (0) | 2022.07.01 |
github repository 공개 여부 변경방법 (0) | 2022.06.29 |
github Settings 내의 메뉴 클릭 안되는 경우 해결방법 (0) | 2022.06.29 |
댓글