Skip to content

Instantly share code, notes, and snippets.

@0xKD
Created August 31, 2021 08:26
Show Gist options
  • Save 0xKD/c95d4f41780a52c03d34836642b8024b to your computer and use it in GitHub Desktop.
Save 0xKD/c95d4f41780a52c03d34836642b8024b to your computer and use it in GitHub Desktop.
Conditional .gitconfig
[user]
email = johndoe@gmail.com
name = John
[includeIf "gitdir:~/Work/ACME/gitlab/*/"]
path = ~/Work/ACME/.gitconfig
[user]
email = john@acme.biz
name = John Doe
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment