Skip to content

Commit a409bac

Browse files
committed
💬 리드미 작성중.
1 parent 6a86128 commit a409bac

File tree

2 files changed

+22
-19
lines changed

2 files changed

+22
-19
lines changed

GitManage.md

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
2+
3+
# Git Management
4+
5+
## Git Flow
6+
- issue 생성 후 feature/#number 로 브랜치 생성
7+
- main->develop->features 의 전략 사용
8+
9+
## Commit Convention
10+
| emoji | 의미 |
11+
|--------|--------------------|
12+
| :bulb: | 새로운 파일 생성 |
13+
| :hammer: | 새로운 기능 추가 |
14+
| :bug: | 버그 수정 |
15+
| :memo: | 문서 수정 |
16+
| :poop: | 코드 리팩토링 |
17+
| :speech_balloon: | 소스 코드를 건드리지 않는 작업 |
18+

README.md

+4-19
Original file line numberDiff line numberDiff line change
@@ -12,25 +12,10 @@
1212

1313
### 목차
1414

15-
## 1. Coding Convention
1615
- [Coding-Convention](https://www.notion.so/Naming-Rule-d1ad0ee6a8754d3d98d48a605139b4b2)
1716

18-
## 2. Git
19-
20-
### 2-1.Commit Convention
21-
22-
| emoji | 의미 |
23-
|--------|--------------------|
24-
| :bulb: | 새로운 파일 생성 |
25-
| :hammer: | 새로운 기능 추가 |
26-
| :bug: | 버그 수정 |
27-
| :memo: | 문서 수정 |
28-
| :poop: | 코드 리팩토링 |
29-
| :speech_balloon: | 소스 코드를 건드리지 않는 작업 |
30-
31-
### 2-2. Git Flow
32-
- issue 생성 후 feature/#number 로 브랜치 생성
33-
- main->develop->features 의 전략 사용
17+
18+
- [Git-Management](/GitManage.md)
19+
3420

35-
## 3. Kanban Board
36-
깃헙 프로젝트 사용
21+
- Kanban Board : 깃헙 프로젝트 사용

0 commit comments

Comments
 (0)