Reapply "archive 삭제"

This reverts commit 69ab355bb9.
This commit is contained in:
2026-04-09 10:19:10 +09:00
parent 69ab355bb9
commit aec9ae8c43
245 changed files with 0 additions and 3799 deletions
@@ -1,11 +0,0 @@
```bash
git init --bare
```
하면 생성됨.
bare 저장소는 원격저장소 (Remote)를 의미하며 이 bare 저장소에서는
어떠한 깃 명령도 내릴 수 없다.
(단순 저장기능만 하는 저장소)
다만 이 bare 저장소를 clone해서 로컬에 git 저장소를 만들 수 있는데
이 clone 저장소에서는 git 명령어를 수행할 수 있다.