-
Notifications
You must be signed in to change notification settings - Fork 4
π’ Commit Convention
Lee Eun Bin edited this page Sep 19, 2023
·
3 revisions
[Type] Title
- Description
- νμ
: μλ νλ₯Ό νμ©νμ¬ μ νν μΉ΄ν
κ³ λ¦¬λ₯Ό μ ννλ€.
- μ λͺ©: μ΅λ 50κΈμ μ΄λ΄λ‘ μμ±νλ€.
- μμΈ μ€λͺ
: κΈ°λ₯ λ° μ§ν λ΄μ©μ μμΈνκ² κΈ°μ νλ€.
νμ | μ€λͺ | μμ |
---|---|---|
feat | μλ‘μ΄ κΈ°λ₯ μΆκ° | Feat: Add Key mapping |
fix | λ²κ·Έ μμ | Fix: Handle null pointer exception |
refactor | μ½λ 리ν©ν λ§ | Refactor: Improve code structure |
markup | λ§ν¬μ (HTML) λ³κ²½ | Markup: Update index.html |
design | μ¬μ©μ UI λμμΈ λ³κ²½ | Design: Update button styles |
comment | νμν μ£Όμ μΆκ° λ° λ³κ²½ | Comment: Add comments to explain logic |
style | μ½λ νμ, μΈλ―Έμ½λ‘ μΆκ° λ± μ€νμΌ λ³κ²½ | Style: Format code according to style guide |
docs | λ¬Έμ μμ | Docs: Update README with new instructions |
test | ν μ€νΈ μ½λ μΆκ°, μμ , μμ | Test: Add unit tests for authentication |
init | μ΄κΈ° μμ± | Init: Create new project |
rename | νμΌ νΉμ ν΄λλͺ μμ λλ μ΄λ μμ | Rename: Rename utils.py to helpers.py |
remove | νμΌ μμ | Remove: Delete obsolete file |
sync | νμλ€κ³Ό λκΈ°ν | Sync: Pull and Merge |
deploy | λ°°ν¬ | Deploy: Build |
git stash
git switch develop
git pull upstream develop
git switch <μμ branch>
git stash pop
git merge develop