Skip to content

Instantly share code, notes, and snippets.

@skarllot
Created January 29, 2024 22:56
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 skarllot/d6a56f9867ef5cd5b981193bb2463e45 to your computer and use it in GitHub Desktop.
Save skarllot/d6a56f9867ef5cd5b981193bb2463e45 to your computer and use it in GitHub Desktop.
Git config include (Windows)
# Global
[includeIf "gitdir/i:C:/Users/<user>/Source/repos/github/<user>/"]
path = C:/Users/<user>/Source/repos/github/<user>/.gitconfig
[includeIf "gitdir/i:~/Source/repos/github/<user>/"]
path = ~/Source/repos/github/<user>/.gitconfig
# Path
[user]
email = <email>
@skarllot
Copy link
Author

The drive letter must be upper-case and trailing slash is mandatory

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment