git fetch --all --prune
git fetch -p
git remote update --prune
셋 다 반응 없고
git pull 할 때
- [deleted] (none) -> origin/test
같은 식으로 나오면서 풀 진행됨..
git config --global fetch.prune true 설정된 상태
git 버전은 2.38.1.windows.1
git fetch --all --prune
git fetch -p
git remote update --prune
셋 다 반응 없고
git pull 할 때
- [deleted] (none) -> origin/test
같은 식으로 나오면서 풀 진행됨..
git config --global fetch.prune true 설정된 상태
git 버전은 2.38.1.windows.1
삭제된 브랜치를 똑같이 삭제하고 싶으면 브랜치 삭제를 하면 됨