git config --global commit.template gitcommit_template.txt
⚠️ 꼭 지켜야 할 것
pip install pre-commit
/ conda install -c "conda-forge/label/cf201901" pre_commit
pre-commit
pre-commit install
Before
After
main branch에서 실행 후 develp으로 넘어가 주세요!
commit 할 때 commit message 작성 전에 자동으로 작동합니다.
black 형식으로 전부 다시 바뀌므로 commit을 한 번 더 해주세요
이후 자동으로 commit message가 나타납니다.