git: 원격 저장소 연결 및 초기 커밋
Made-with: Cursor
This commit is contained in:
22
.cursor/rules/08-git.mdc
Normal file
22
.cursor/rules/08-git.mdc
Normal file
@@ -0,0 +1,22 @@
|
||||
---
|
||||
alwaysApply: true
|
||||
---
|
||||
- 커밋 메시지는 한국어로 작성한다.
|
||||
- 형식: "영역: 변경 내용"
|
||||
|
||||
예:
|
||||
docs: 규칙 정리
|
||||
blog: 레이아웃 구현
|
||||
|
||||
- 작성자 정보:
|
||||
name: zenn
|
||||
email: zenn.message@gmail.com
|
||||
|
||||
- 작업 후 반드시:
|
||||
git add -A
|
||||
git commit
|
||||
git push
|
||||
|
||||
- 버전은 v0.0.1 형식으로 증가시킨다.
|
||||
|
||||
- 푸시 전 민감 정보 포함 여부를 확인한다.
|
||||
Reference in New Issue
Block a user