https://mylko72.gitbooks.io/git/content/remote/remote_update.htmlremote에서 지운 브랜치가 남아있는 상태# 모든 브랜치 다 조회 $ git branch -a # git remote prune은 리모트 브랜치의 더 이상 유효하지 않은 참조를 깨끗이 지우는 명령어 $ git remote prune origin $ git remote update --prune 명령어 수행 결과