기본적으로 이 포스트를 기준으로 설정이 되어있어야 한다
touch .gitconfig-a
[user] email = email@email.com name = github-username
[includeIf "gitdir:[작업 경로 A]"] path = ~/.gitconfig-a [includeIf "gitdir:[그 외 다른 작업 경로 b"] path = ~/.gitconfig-b (~ 더 있다면 쭉 계속 추가)