git1 [브랜치 관리 팁] Git Remote에서 삭제된 브랜치 정리 remote에서 삭제된 브랜치를 로컬에서도 git gone 명령어 하나로 싹 다 지워버리는 방법 git config --global alias.gone "! git fetch -p && git for-each-ref --format '%(refname:short) %(upstream:track)' | awk '\$2 == \"[gone]\" {print \$1}' | xargs -r git branch -D" 참고: https://www.erikschierboom.com/2020/02/17/cleaning-up-local-git-branches-deleted-on-a-remote/ 2023. 5. 25. 이전 1 다음