Revert "archive 삭제"

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