// 특정파일 히스토리 조회 git log -p -- src/html/01_01_index.html // 브랜치 삭제 git branch -d liff-landscape // 브랜치 강제 삭제 git branch -D liff-landscape