level fodler konfigurasi git
[user]
name = John Smith
email = [email protected]
Motionless Moose
[user]
name = John Smith
email = [email protected]
$ git config --global user.name "John Doe"
[includeIf "gitdir:~/company_a/"]
path = .gitconfig-company_a
[includeIf "gitdir:~/company_b/"]
path = .gitconfig-company_b
[user]
name = John Smith
email = [email protected]
$ git config --system user.name "John Doe"