728x90
기존에 개발하던 git history 없애고 하나의 commit으로 branch를 생성하고 싶을 때가 있다. 이럴 때는 아래 명령어를 사용한다.
$ git checkout --orphan <branch name>
$ git commit
'Development' 카테고리의 다른 글
tar 분할 압축 및 해제 (0) | 2023.04.21 |
---|---|
git internal server error (0) | 2023.04.21 |
Git clone error "no matching cipher found in macOS (High Sierra) (0) | 2023.04.21 |
Yocto Project Developer Day Europe 2017 참석 후기 (0) | 2023.04.21 |
2017 AGL (Automotive Grade Linux) AMM (All Member Meeting) 참석 후기 (0) | 2023.04.21 |