250x250
Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
Tags
- Compose
- intent
- ScrollView
- viewmodel
- CustomScrollView
- textview
- activity
- Dialog
- drift
- 앱
- Button
- tabbar
- LifeCycle
- data
- Coroutines
- 계측
- Navigation
- android
- binding
- Flutter
- DART
- TEST
- scroll
- 테스트
- appbar
- textfield
- Kotlin
- 안드로이드
- livedata
- 앱바
Archives
- Today
- Total
Study Record
[Git&GitHub] 멋진 커밋 본문
728x90
전세계에 잘 알려진 커밋 하는 방법!
타입 | 설명 |
feat | 새로운 기능 추가 |
fix | 버그 수정 |
docs | 문서 수정 |
style | 공백, 세미콜론 등 스타일 수정 |
refactor | 코드 리팩토링 |
perf | 성능 개선 |
test | 테스트 추가 |
chore | 빌드 과정 또는 보조 기능 수정 |
커밋 메시지에 보통 타입과 설명을 적는다.
ex) style : Move to new UI
이모티콘을 이용하는 방법 : https://gitmoji.dev/
728x90
'Git' 카테고리의 다른 글
[Git&GitHub] git config 설정 (0) | 2022.03.02 |
---|---|
[Git&GitHub] fetch vs pull (0) | 2022.03.01 |
[Git&GitHub] Head? (0) | 2022.03.01 |
[Git&GitHub] git의 3가지 공간과 git rm/mv/restore/reset (0) | 2022.03.01 |
[GitHub&Git] 원격 브랜치 다루기 (0) | 2022.03.01 |