Skip to content

Commit 64633e3

Browse files
feat(marlowe): add gh credential helper to local gitconfig
Move the GitHub credential helper config (written by `gh auth setup-git`) into the marlowe-specific .gitconfig_local so it doesn't pollute the shared common gitconfig. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
1 parent 880226f commit 64633e3

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

marlowe/git/.gitconfig_local

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[credential "https://github.com"]
2+
helper =
3+
helper = !/users/zyli2002/micromamba/envs/login/bin/gh auth git-credential
4+
[credential "https://gist.github.com"]
5+
helper =
6+
helper = !/users/zyli2002/micromamba/envs/login/bin/gh auth git-credential

0 commit comments

Comments
 (0)