Files
2nd/GIT_PROTOCOL.md
T

16 lines
856 B
Markdown

# 🚩 Git Operation Mapping Protocol
| 유저 명령어 | 실행 액션 | 대상 리모트/브랜치 |
| :--- | :--- | :--- |
| **"위키 최신화해줘"** | `git pull lm_sync <current_branch>` | https://github.com/g1nations/2nd.git |
| **"커밋해"** | `git add .` <br> `git commit -m "Update Wiki"` <br> `git push lm_sync <current_branch>` | https://github.com/g1nations/2nd.git |
## 🛠️ 세부 수칙
1. **Remote Target**: 모든 작업은 `lm_sync` (`https://github.com/g1nations/2nd.git`)를 기준으로 수행한다.
2. **Auto-Pilot**: 해당 명령어가 입력되면 추가 질문 없이 즉시 실행 후 보고한다.
3. **Conflict Management**: Pull 시 충돌 발생 시 즉시 작업을 중단하고 [코다리] 부장에게 보고하여 지시를 받는다.
---
**승인인**: AI 개발부장 코다리 🫡
**일시**: 2026-04-22