[git] remote의 branch 삭제 local 에 반영하기
31 Jul 2021
remote 브랜치가 삭제 되었을 때, 로컬에 삭제된 상태가 반영을 시킬 필요가 있는 경우 다음의 명령어를 사용한다.
git remote prune origin
git remote update --prune
remote 브랜치가 삭제 되었을 때, 로컬에 삭제된 상태가 반영을 시킬 필요가 있는 경우 다음의 명령어를 사용한다.
git remote prune origin
git remote update --prune