1
git remote prune – 내가 예상했던만큼 가지 치기 된 가지를 보여주지 않았습니다.
man 페이지에서 : Deletes all stale tracking branches under <name>. These stale branches have already been removed from the remote repository referenced by <name>, but are still locally available in "remotes/<name>". 그래서 저는 git push origin :staleStuff 그리고 달렸다 git remote prune origin 그러나 단 하나의 로컬 분기 만 정리되었습니다. …