Can I have GCM save my gitconfig changes to a different file? #1404
-
Using includeI tried to setup:
and then in
When I restarted code and it didn't see to honor this and immediately prompted for SSO and edited my |
Beta Was this translation helpful? Give feedback.
Answered by
ldennington
Sep 18, 2023
Replies: 1 comment 1 reply
-
@sheldonhull - unfortunately GCM does not currently recognize config includes and will thus always update |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
sheldonhull
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
@sheldonhull - unfortunately GCM does not currently recognize config includes and will thus always update
$HOME/.gitconfig
. This is something we'd like to add, but it would involve a pretty complex change (essentially re-writing Git's config parsing logic). We're tracking with this issue.