archive 삭제

This commit is contained in:
2026-04-09 10:02:57 +09:00
parent ae55b4b130
commit 973af1937e
245 changed files with 0 additions and 3799 deletions
@@ -1,12 +0,0 @@
--squash 옵션을 쓴다.
```bash
git merge --squash br
```
하면 br에 있는 변경 내용 싹 다 가져오지만
커밋메시지는 가져오지 않는다.
이 상태에서 커밋을 새로하면 커밋 하나로 여러개의 커밋을 대신할 수 있다.
커밋은 하나하나의 작업단위로 묶어주는게 좋다.