diff --git a/GIT_PROTOCOL.md b/GIT_PROTOCOL.md index d8029e60..d006fe69 100644 --- a/GIT_PROTOCOL.md +++ b/GIT_PROTOCOL.md @@ -4,6 +4,7 @@ | :--- | :--- | :--- | | **"위키 최신화해줘"** | `git pull lm_sync ` | https://github.com/g1nations/2nd.git | | **"커밋해"** | `git add .`
`git commit -m "Update Wiki"`
`git push lm_sync ` | https://github.com/g1nations/2nd.git | +| **"커넥트" / "connect pull"** | `git pull origin ` | https://github.com/g1nations/locallm.git (ConnectAI) | ## 🛠️ 세부 수칙 1. **Remote Target**: 모든 작업은 `lm_sync` (`https://github.com/g1nations/2nd.git`)를 기준으로 수행한다.