docs: Git pull.rebase 설정 완료 기록

- git config --global pull.rebase false 적용
- merge 전략으로 통일
- 적용 대상: 51123 admin, 51124 admin, happybell80
This commit is contained in:
happybell80 2025-09-04 15:46:41 +09:00
parent 1c82d3be8e
commit cb0534e8e9

View File

@ -137,6 +137,11 @@ class UserIdentityService:
- **Frontend**: VITE_AUTH_SERVER_URL 환경변수 사용 중
- **auth-server**: .env 파일로 관리 중
### Git 설정
- **pull.rebase**: false 설정 완료 (2025-09-04)
- **전략**: merge 방식으로 통일
- **적용 범위**: 51123 admin, 51124 admin, happybell80
## 4. 250831 작업 요약
### 완료된 작업 ✅