1. local에서 tracking하는 remote의 브랜치들 중 remove된 브랜치들 prune(remove)
git fetch -p(--prune)
git remote prune origin
git remote update -p
2.
'Git' 카테고리의 다른 글
git origin과 upstream 차이 (0) | 2023.03.24 |
---|---|
유용한 git config (0) | 2023.03.24 |
Clear git local cache (0) | 2023.03.24 |
commit 되지 않은 변경 사항 취소 (0) | 2022.06.20 |
git commit --amend (0) | 2022.05.10 |