Skip to content

Instantly share code, notes, and snippets.

@infinitecontext
Created November 27, 2022 19:55
Show Gist options
  • Select an option

  • Save infinitecontext/d474feb2e5fd490700d3f52b5be0214d to your computer and use it in GitHub Desktop.

Select an option

Save infinitecontext/d474feb2e5fd490700d3f52b5be0214d to your computer and use it in GitHub Desktop.
git config for multiple directory
[user]
email = DEFAULT_EMAIL_HERE
name = DEFAULT_NAME_HERE
[includeIf "gitdir:~/work/"]
path = ~/.gitconfig-work
[includeIf "gitdir:~/personal/"]
path = ~/.gitconfig-personal
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment