[Git] How to overwrite local with latest changes in remote repository?

무네·2021년 6월 16일
0
post-thumbnail

Git으로 작업을 하다보면 로컬 저장소의 내용을 업데이트 해야 될 때가 있다.
원격 저장소의 최신 내용으로 덮어쓰는 방법!

git fetch origin
git reset --hard origin/<remote repo name>

다만 이렇게 하면 로컬 저장소의 내용은 모두 날아가는 것이니 주의할 것.

profile
궁금한 건 정말 참을 수 없어

0개의 댓글