Skip to content

Instantly share code, notes, and snippets.

@EnixCoda
Created March 29, 2021 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save EnixCoda/f32467632b1862e0895d1700cbc420b5 to your computer and use it in GitHub Desktop.
Save EnixCoda/f32467632b1862e0895d1700cbc420b5 to your computer and use it in GitHub Desktop.
Multiple git configs & users on single machine, require git version >= 2.13
[user]
name = globalName
email = global@mail.com
useConfigOnly = true # recommended to keep
[includeIf "gitdir:~/special-workspace/"]
path = ~/special.gitconfig
[user]
name = scopedName
email = scoped@mail.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment