-
# git branch -d aaa ## aaa 브랜치로 체크아웃한 상태에서 제거할 시 발생 ### 다른 브랜치로 체크아웃 후 제거
# push 결과 rejected non-fast-forward ## Git can't make your change to a remote repository without losing commits. When this happens, your push is refused ### https://help.github.com/en/github/using-git/dealing-with-non-fast-forward-errors
보호되어 있는 글입니다.