git branchgit branch -vgit statusgit branch <branch name>git checkoutgit branch -d <branch name>git pullmerge 한다.git pull origin <branch name> : 측정 브랜치를 pull 하기git fetchmerge 하지 않는다.git pushgit mergh <branch name>다음 2가지를 모두 충족해야 한다.
1. overflow 속성이 hidden, scroll, auto일 때 (visible) 제외
2.white-space : nowrap또는 텍스트가 다음 줄로 이동하지 않는 비슷한 경우
영문이 지정된 사이즈를 벗어나 한 줄로 나올 때
text-overflow:ellipsis;
word-wrap: break-word;
word-break: break-all;