plzrun's algorithm :: [git] 로컬 저장소에서 삭제된 파일 복구하는 방법

PHOTO EMBED

Sun Jun 30 2024 05:06:51 GMT+0000 (Coordinated Universal Time)

Saved by @khyinto

$ git ls-files -d | xargs git checkout --
content_copyCOPY

https://plzrun.tistory.com/entry/clone된-로컬-저장소에서-삭제된-파일-복구하는-방법