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
- FastAPI
- android
- getChangePayload
- kotlin list
- android exoplayer
- kotlin collection
- 안드로이드
- ktor api call
- 스피너
- llm
- exoplayer cache
- ChatGPT
- 시행착오
- ListAdapter
- AWS EC2
- ktor client
- map
- Python
- doc2vec
- DiffUtil.ItemCallback
- video caching
- android ktor
- list map
- ExoPlayer
- ListAdapter DiffUtil
- Zsh
- android custom view
- 유튜브
- 유튜브 요약
- build with ai
Archives
- Today
- Total
목록git hook (1)
버튼 수집상

1. root/.git/hooks 폴더 접속. 파일 익스플로러로 접근할 경우 .git 폴더 숨김 해제할 것. 2. 샘플로 생성돼있는 git hook 목록. .sample 확장자 지우면 바로 사용 가능. 3. git hook 종류 알기 https://git-scm.com/docs/githooks pre-commit commit 보다 먼저 실행 Lint 적용 시점 post-commit commit 직후 실행 알림 메세지 전송 시점 post-merge 로컬 레포지토리에서 pull 할 때 merge 실패하면 실행안됨 이 밖에도 다양한 액션들에 대한 hook이 있다. 문서 참고 바람. 4. git hook 만들기 touch post-commit 텍스트 에디터 인자로 넘기면 파일을 생성하는 동시에 편집할 수도 있다..
TIL - git
2024. 1. 9. 15:05