git checkout master
git branch | grep -v '^*' | xargs git branch -D
HEAD 가 아닌 브런치를 모두 삭제한다.
'Dev > Git' 카테고리의 다른 글
[Git] cannot open .git/FETCH_HEAD: Permission denied (16) | 2021.02.18 |
---|---|
[Git] gitignore 자동 생성하기 (12) | 2020.05.24 |
[Git] 가장 최근 commit 파일, 메세지 내용 수정 (14) | 2020.05.20 |
[Git] branch 이름 변경하기 (21) | 2020.05.20 |
[Git] Gitlab ssh key 등록하기 (windows) (10) | 2020.05.02 |