Git/config
config 파일
Hamp
2024. 11. 10. 19:46
반응형

분석
[core]
hooksPath = hook path 지정
적용
git config --local include.path [.gitconfig 파일 경로] // .gitconfig 파일 내용을 local에 적용
참고
Git - git-config Documentation
When using the deprecated [section.subsection] syntax, changing a value will result in adding a multi-line key instead of a change, if the subsection is given with at least one uppercase character. For example when the config looks like [section.subsection
git-scm.com
반응형